Locked empty slots can still pick up dropped items.
blackd opened this issue ยท 6 comments
I'll leave this here instead of making a new issue since it's kinda related.
locked empty slots can still pick up dropped items.
Originally posted by @Cinmyr in #11 (comment)
fixed for servers in b5c5596
I've found a way to fix this. And I'm making it configurable. The question is should I change the current behaviour... potentially angering the crowd or should I leave it.
In both cases this will be configurable.
fixed in 5ec8b0b
Well it looks the client plays no part in the decision where to put the picked up items when connected to a server. So far it looks like the client just receives a packet telling it what happened.
I guess an elaborate scheme where stuff are moved around/thrown away after the fact is possible so I'll leave this open for now.