Untested loadout config / Better filter display / Bugfixes
This commit is contained in:
@@ -287,7 +287,7 @@ public abstract class InputHandler implements InputProcessor{
|
||||
}
|
||||
|
||||
public void tryDropItems(Tile tile, float x, float y){
|
||||
if(!droppingItem || player.item().amount <= 0 || canTapPlayer(x, y)){
|
||||
if(!droppingItem || player.item().amount <= 0 || canTapPlayer(x, y) || state.isPaused()){
|
||||
droppingItem = false;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user