1
0
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:
wolfreak99
2017-02-08 13:05:50 -05:00
committed by Michał Janiszewski
parent bee43fc78d
commit 5bdf2cac75
4 changed files with 12 additions and 1 deletions

View File

@@ -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