mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Cleanup.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
655831346f
commit
ff07115b3c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ import org.yaml.snakeyaml.constructor.SafeConstructor;
|
|||
import org.yaml.snakeyaml.error.MarkedYAMLException;
|
||||
|
||||
public final class CraftServer implements Server {
|
||||
private final String serverName = "Craftbukkit";
|
||||
private final String serverName = "CraftBukkit";
|
||||
private final String serverVersion;
|
||||
private final String bukkitVersion = Versioning.getBukkitVersion();
|
||||
private final ServicesManager servicesManager = new SimpleServicesManager();
|
||||
|
|
Loading…
Reference in a new issue