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

fix issue with incorrect game_command_playerid

This commit is contained in:
zsilencer
2016-01-22 16:57:00 -07:00
parent 5db2a37194
commit c557f02f4b
5 changed files with 9 additions and 6 deletions

View File

@@ -2339,7 +2339,7 @@ enum {
STR_RENAME_GROUP = 5709,
STR_GROUP_NAME = 5710,
STR_ENTER_NEW_NAME_FOR_THIS_GROUP = 5711,
STR_CANT_SET_PERMISSION_THAT_YOU_DO_NOT_HAVE_YOURSELF = 5712,
STR_CANT_MODIFY_PERMISSION_THAT_YOU_DO_NOT_HAVE_YOURSELF = 5712,
STR_ACTION_KICK_PLAYER = 5713,