I don’t think it is :slight_smile: I think what’s happening there is that they made ACTUAL sorting…
Previously the game did not move any inventory items when you used any of the sorting modes… it was exclusively just a sorted view and client-side only… basically an illusion to the player that their inventory is sorted (it’s why you couldn’t move any of them etc.)
“Custom” was actually your REAL inventory layout, how it actually was stored on the server…

I think what they did is simply sorted the actual inventory items instead of just displaying a sorted version of it to the player so “No sorting” has nothing to revert back to, since the actual items were reorganized…

Hopefully that makes sense to some degree :stuck_out_tongue: if you keep in mind that this is a client-server game and most of the important things are centralized on the server (such as what you have in your inventory) then it’ll probably make more sense.

Although this is just a suspicion based on these posts, I haven’t paid attention during the short time I tested if you can move them or how they behave otherwise :man_shrugging:

2 Likes