1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 18:55:23 +01:00

Remove game command callback

This commit is contained in:
duncanspumpkin
2019-06-20 19:50:55 +01:00
parent 6bd298b3a3
commit e99c51d23c
3 changed files with 2 additions and 105 deletions

View File

@@ -2145,11 +2145,6 @@ void Network::ProcessGameCommands()
}
else
{
if (GetPlayerID() == gc.playerid)
{
game_command_callback = game_command_callback_get_callback(gc.callback);
}
game_command_playerid = gc.playerid;
int32_t command = gc.esi;