1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

PlayerSetGroupAction (#9072)

* First pass at action.

* Version 2. Do all the work in Network.cpp

* Mark game command as complete

* Make requested changes

* Increment of network version
This commit is contained in:
Duncan
2019-05-01 16:54:12 +01:00
committed by GitHub
parent c5b66c0294
commit 1e1d263dae
7 changed files with 96 additions and 42 deletions

View File

@@ -1264,7 +1264,7 @@ GAME_COMMAND_POINTER* new_game_command_table[GAME_COMMAND_COUNT] = {
nullptr,
nullptr,
nullptr,
game_command_set_player_group,
nullptr,
game_command_modify_groups,
game_command_kick_player,
game_command_cheat,