mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Add permissions for MODIFY_TILE command
This commit is contained in:
committed by
Michał Janiszewski
parent
bee43fc78d
commit
5bdf2cac75
@@ -221,7 +221,12 @@ const std::vector<NetworkAction> NetworkActions::Actions =
|
||||
{
|
||||
MISC_COMMAND_PASSWORDLESS_LOGIN
|
||||
}
|
||||
},
|
||||
}, {
|
||||
STR_ACTION_MODIFY_TILE, "PERMISSION_MODIFY_TILE",
|
||||
{
|
||||
GAME_COMMAND_MODIFY_TILE
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user