More bugfixes

This commit is contained in:
Anuken
2018-02-27 19:13:08 -05:00
parent 828dd78611
commit f72fd01050
9 changed files with 26 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ public abstract class InputHandler extends InputAdapter{
}
public void breakBlock(int x, int y, boolean sound){
if(!Net.client()) Placement.breakBlock(x, y, sound, sound);
if(!Net.client()) Placement.breakBlock(x, y, true, sound);
if(Net.active()){
NetEvents.handleBreak(x, y);