1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Various Spellchecks (#3741)

This commit is contained in:
CraigCraig
2016-05-26 02:49:19 -05:00
committed by Michael Steenbeek
parent 95249cf1df
commit 3f9afb9744
21 changed files with 45 additions and 45 deletions

View File

@@ -1926,7 +1926,7 @@ void Network::Server_Handle_GAMECMD(NetworkConnection& connection, NetworkPacket
Server_Send_SHOWERROR(connection, STR_CANT_DO_THIS, STR_PERMISSION_DENIED);
return;
}
// Incase someone modifies the code / memory to enable cluster build,
// In case someone modifies the code / memory to enable cluster build,
// require a small delay in between placing scenery to provide some security, as
// cluster mode is a for loop that runs the place_scenery code multiple times.
if (commandCommand == GAME_COMMAND_PLACE_SCENERY) {