mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-16 22:01:07 +00:00
add tab completion
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user