add tab completion

This commit is contained in:
dfsek
2021-03-08 02:27:35 -07:00
parent b1256427a2
commit 22d6fdf293
9 changed files with 77 additions and 10 deletions
@@ -24,6 +24,6 @@ public class ProfileStopCommand implements CommandTemplate {
Player player = (Player) state.getSender();
TerraWorld world = main.getWorld(player.getWorld());
world.getProfiler().setProfiling(false);
state.getSender().sendMessage("Profiling enabled.");
state.getSender().sendMessage("Profiling disabled.");
}
}