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/ListItems.cs

    r391 r402  
    3939                                }
    4040
    41                                 SdtdConsole.Instance.Output ("    " + s);
     41                                SdtdConsole.Instance.Output ($"    {s}");
    4242                                listed++;
    4343                        }
    4444
    45                         SdtdConsole.Instance.Output ("Listed " + listed + " matching items.");
     45                        SdtdConsole.Instance.Output ($"Listed {listed} matching items.");
    4646                }
    4747        }
Note: See TracChangeset for help on using the changeset viewer.