Ignore:
Timestamp:
Mar 28, 2023, 5:11:02 PM (20 months ago)
Author:
alloc
Message:

A21 preparations.
NOT COMPATIBLE WITH A20 ANYMORE!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Commands/ReloadWebPermissions.cs

    r359 r420  
    55namespace AllocsFixes.CustomCommands {
    66        public class ReloadWebPermissions : ConsoleCmdAbstract {
    7                 public override string GetDescription () {
     7                protected override string getDescription () {
    88                        return "force reload of web permissions file";
    99                }
    1010
    11                 public override string[] GetCommands () {
    12                         return new[] {"reloadwebpermissions"};
     11                protected override string[] getCommands () {
     12                        return new[] {"reloadwebpermissions_legacy"};
    1313                }
    1414
Note: See TracChangeset for help on using the changeset viewer.