mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 02:35:52 -07:00
Update to Minecraft 1.13
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
+ this.convertable = new WorldLoaderServer(server.getWorldContainer().toPath(), server.getWorldContainer().toPath().resolve("../backups"), this.dataConverterManager); // CraftBukkit - moved from MinecraftServer constructor
|
||||
long j = SystemUtils.c();
|
||||
|
||||
if (this.K() == null) {
|
||||
if (this.getWorld() == null) {
|
||||
@@ -228,7 +282,18 @@
|
||||
DedicatedServer.LOGGER.info("Starting remote control listener");
|
||||
this.m = new RemoteControlListener(this);
|
||||
|
Reference in New Issue
Block a user