- Timestamp:
- Mar 28, 2023, 5:11:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Commands/ReloadWebPermissions.cs
r359 r420 5 5 namespace AllocsFixes.CustomCommands { 6 6 public class ReloadWebPermissions : ConsoleCmdAbstract { 7 p ublic override string GetDescription () {7 protected override string getDescription () { 8 8 return "force reload of web permissions file"; 9 9 } 10 10 11 p ublic override string[] GetCommands () {12 return new[] {"reloadwebpermissions "};11 protected override string[] getCommands () { 12 return new[] {"reloadwebpermissions_legacy"}; 13 13 } 14 14
Note:
See TracChangeset
for help on using the changeset viewer.