SignatureBeef / Terraria-s-Dedicated-Server-Mod

TDSM - .NET and Mono compatible Terraria Server Software Mod
MIT License
143 stars 49 forks source link

ssc-allow-guest-info=true Inventory Contents Not Saved #216

Open D1G1T4L3CH0 opened 8 years ago

D1G1T4L3CH0 commented 8 years ago

Commit: 9256765f7b6cd55f4fa5634cc80e7613cedeb788

Setting ssc-allow-guest-info=true does allow inventory to come in, but saving the inventory after auth does not work.

  1. Add the user. user add blah 1212
  2. Auth the user from client. In client do /auth 1212
  3. Change inventory contents.
  4. Leave server.
  5. Join server.
  6. Auth the user from client again. In client do /auth 1212

Expected Result: Inventory contents remain changed.

Actual Result: Inventory contents did not remain changed. The inventory does not appear to be saved.