Update to Minecraft 1.8.7
This commit is contained in:
@@ -36,7 +36,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
try {
|
||||
if (this.init()) {
|
||||
@@ -0,0 +0,0 @@ public abstract class MinecraftServer implements Runnable, ICommandListener, IAs
|
||||
this.r.setServerInfo(new ServerPing.ServerData("1.8.6", 47));
|
||||
this.r.setServerInfo(new ServerPing.ServerData("1.8.7", 47));
|
||||
this.a(this.r);
|
||||
|
||||
+ // Spigot start
|
||||
@@ -160,6 +160,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ + ( ( tps > 20.0 ) ? "*" : "" ) + Math.min( Math.round( tps * 100.0 ) / 100.0, 20.0 );
|
||||
+ }
|
||||
+}
|
||||
--
|
||||
1.9.0.msysgit.0
|
||||
|
||||
--
|
||||
Reference in New Issue
Block a user