Invalid formatting

This commit is contained in:
mathias 2019-07-30 17:54:07 +03:00
parent 8d5271e3fd
commit 971b387dce

View file

@ -23,7 +23,7 @@ class CommandUnloadChunks implements CommandExecutor {
} }
} }
player.sendMessage("Successfully unloaded " + chunkCount + "unused chunks"); player.sendMessage("Unloaded " + chunkCount + " unused chunks");
return true; return true;
} }
} }