Highly Optimized Tick Loop

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2017-01-26 21:50:51 +00:00
parent 68214fb1a0
commit cd82f21617
3 changed files with 150 additions and 59 deletions

View File

@@ -266,4 +266,9 @@ public class SpigotConfig
}
}
}
private static void tpsCommand()
{
SpigotConfig.commands.put( "tps", new TicksPerSecondCommand( "tps" ) );
}
}