- Timestamp:
- Jan 27, 2023, 7:28:00 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/CommandExtensions/src/Commands/ListItems.cs
r391 r402 39 39 } 40 40 41 SdtdConsole.Instance.Output ( " " + s);41 SdtdConsole.Instance.Output ($" {s}"); 42 42 listed++; 43 43 } 44 44 45 SdtdConsole.Instance.Output ( "Listed " + listed + "matching items.");45 SdtdConsole.Instance.Output ($"Listed {listed} matching items."); 46 46 } 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.