1. On the server add a Mission Event Handler "HandleDisconnect" and have it return true. Have it print out the contents of the unit's backpack,vest,uniform with getMagazineCargo.
2. On the client run a player addMagazine ""; with a test magazine classname. It should add a magazine into the cargo of either your vest,backpack,uniform.
3. Logout of the game to the lobby and check your test output on the server. It won't print out the magazine classname.
4. Reproduce the same steps except drop the magazine on step 2 on the ground and pick it up again. And this time when you logout the server will print out the magazine name.