Update to Minecraft 1.8.7

This commit is contained in:
md_5
2015-06-05 20:56:58 +10:00
parent 0712a5c5ff
commit ef79a102b7
4 changed files with 8 additions and 10 deletions

View File

@@ -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
--