Fixed junction/tunnel crashes with sorters

This commit is contained in:
Anuken
2018-02-05 09:38:49 -05:00
parent 3c38deeba8
commit c2c0de170c
5 changed files with 9 additions and 11 deletions
@@ -156,7 +156,7 @@ public class Player extends SyncEntity{
stucktime = 0f;
}
if(stucktime > 20f){
if(stucktime > 15f){
damage(health+1); //die instantly
stucktime = 0f;
}