Ignore:
Timestamp:
Jan 27, 2023, 7:28:00 PM (22 months ago)
Author:
alloc
Message:
  • Major refactoring
  • Using Utf8Json for (de)serialization
  • Moving APIs to REST
  • Removing dependencies from WebServer and MapRenderer to ServerFixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/src/Commands/Give.cs

    r391 r402  
    2727                public override void Execute (List<string> _params, CommandSenderInfo _senderInfo) {
    2828                        if (_params.Count != 3 && _params.Count != 4) {
    29                                 SdtdConsole.Instance.Output ("Wrong number of arguments, expected 3 or 4, found " + _params.Count +
    30                                                              ".");
     29                                SdtdConsole.Instance.Output ($"Wrong number of arguments, expected 3 or 4, found {_params.Count}.");
    3130                                return;
    3231                        }
Note: See TracChangeset for help on using the changeset viewer.