Accept regular damage calls when there is nothing left in the damage

queue. Forgot to reset it.
This commit is contained in:
sigonasr2 2017-01-24 02:40:23 -06:00
parent 40ceacb6a9
commit 1c01ad595d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -333,6 +333,7 @@ final class runServerHeartbeat implements Runnable {
break;
}
}
TwosideKeeper.damagequeue=TwosideKeeper.damagequeuelist.size();
}
private void adjustMiningFatigue(Player p) {