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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user