mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-21 07:13:49 -07:00
Update to Minecraft 1.12.1
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
+
|
||||
thread.setDaemon(true);
|
||||
thread.start();
|
||||
DedicatedServer.LOGGER.info("Starting minecraft server version 1.12");
|
||||
DedicatedServer.LOGGER.info("Starting minecraft server version 1.12.1");
|
||||
@@ -79,7 +126,7 @@
|
||||
}
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
if (this.aT() > 0L) {
|
||||
Thread thread1 = new Thread(new ThreadWatchdog(this));
|
||||
@@ -298,11 +362,11 @@
|
||||
@@ -299,11 +363,11 @@
|
||||
return crashreport;
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
super.D();
|
||||
this.aP();
|
||||
}
|
||||
@@ -333,7 +397,15 @@
|
||||
@@ -334,7 +398,15 @@
|
||||
while (!this.serverCommandQueue.isEmpty()) {
|
||||
ServerCommand servercommand = (ServerCommand) this.serverCommandQueue.remove(0);
|
||||
|
||||
@@ -189,7 +189,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
@@ -536,16 +608,70 @@
|
||||
@@ -537,16 +609,70 @@
|
||||
}
|
||||
|
||||
public String getPlugins() {
|
||||
|
Reference in New Issue
Block a user