Forced hovering while on block

This commit is contained in:
Anuken
2018-08-21 17:28:35 -04:00
parent dbb164f4be
commit 3bf72a1af6
2 changed files with 5 additions and 6 deletions

View File

@@ -168,8 +168,6 @@ public class DesktopInput extends InputHandler{
Settings.save();
}
player.isBoosting = Inputs.keyDown("dash");
//deslect if not placing
if(!isPlacing() && mode == placing){
mode = none;