Commit: 9256765
Setting ssc-allow-guest-info=true does allow inventory to come in, but saving the inventory after auth does not work.
- Add the user.
user add blah 1212
- Auth the user from client. In client do
/auth 1212
- Change inventory contents.
- Leave server.
- Join server.
- 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.