[Fixed] Inventory cannot be retrieved from offline players

djkrose

New member
Jun 26, 2017
9
0
0
55
The inventory currently cannot be retrieved from offline players. I first thought this is normal, but today I realized that for example the web map can retrieve inventories from offline players without problems.

Luckily this can easily be fixed: Currently you are using the command
Code:
si "<nickname>" <steamid>
The nickname is only known for online players.

Just use
Code:
si <steamid> <steamid>
instead and it works offline too!
 
The inventory currently cannot be retrieved from offline players. I first thought this is normal, but today I realized that for example the web map can retrieve inventories from offline players without problems.

Luckily this can easily be fixed: Currently you are using the command
Code:
si "<nickname>" <steamid>
The nickname is only known for online players.

Just use
Code:
si <steamid> <steamid>
instead and it works offline too!

Sounds good, I'll switch it up, thanks!