- Timestamp:
- Nov 9, 2021, 6:28:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/ShowInventory.cs
r359 r369 11 11 public override string GetHelp () { 12 12 return "Usage:\n" + 13 " showinventory < steamid / player name / entity id> [tag]\n" +14 "Show the inventory of the player given by his SteamID, player name or\n" +13 " showinventory <user id / player name / entity id> [tag]\n" + 14 "Show the inventory of the player given by his UserID, player name or\n" + 15 15 "entity id (as given by e.g. \"lpi\").\n" + 16 16 "Optionally specify a tag that is included in each line of the output. In\n" + … … 30 30 } 31 31 32 stringsteamid = PersistentContainer.Instance.Players.GetSteamID (_params [0], true);32 PlatformUserIdentifierAbs steamid = PersistentContainer.Instance.Players.GetSteamID (_params [0], true); 33 33 if (steamid == null) { 34 34 SdtdConsole.Instance.Output (
Note:
See TracChangeset
for help on using the changeset viewer.