veloren/server
termac f05c120fab Fix bug collecting items into full inventory
When the inventory is full and a player tries to reclaim an item from a
block, collecting always failed. If the item is stackable and already
present inside the inventory it should be collected though.
The collect case now behaves more like the pickup case, using
inventory's 'push' method to add the item and implicitly check for
available space.
2020-09-02 12:47:56 +02:00
..
src Fix bug collecting items into full inventory 2020-09-02 12:47:56 +02:00
Cargo.toml Propper Compression support of network. 2020-08-25 23:55:27 +02:00