- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetAllowedCommands.cs
r360 r420 9 9 JSONArray entries = new JSONArray (); 10 10 foreach (IConsoleCommand cc in SdtdConsole.Instance.GetCommands ()) { 11 int commandPermissionLevel = GameManager.Instance.adminTools. GetCommandPermissionLevel (cc.GetCommands ());11 int commandPermissionLevel = GameManager.Instance.adminTools.Commands.GetCommandPermissionLevel (cc.GetCommands ()); 12 12 if (_permissionLevel <= commandPermissionLevel) { 13 13 string cmd = string.Empty;
Note:
See TracChangeset
for help on using the changeset viewer.