Ignore:
Timestamp:
Jun 21, 2024, 2:58:18 PM (5 months ago)
Author:
alloc
Message:

27_32_48

  • V1.0 compatibility
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/WebTokens_Legacy.cs

    r456 r488  
    55                private const string notUsedMessage = "NOT USED - WebTokens are managed through vanilla 7DTD now. Please use the 'webtokens' command instead.";
    66               
    7                 protected override string[] getCommands () {
     7                public override string[] getCommands () {
    88                        return new[] {"webtokens_legacy"};
    99                }
    1010
    11                 protected override string getDescription () {
     11                public override string getDescription () {
    1212                        return notUsedMessage;
    1313                }
    1414
    15                 protected override string getHelp () {
     15                public override string getHelp () {
    1616                        return notUsedMessage;
    1717                }
Note: See TracChangeset for help on using the changeset viewer.