1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-14 07:36:24 +02:00

Fix endless loop with FoodLevelChange events.

This commit is contained in:
GJ 2012-03-12 02:28:24 -04:00
parent 3e0cc358d0
commit 46d0b50c52

@ -260,7 +260,7 @@ public class mcEntityListener implements Listener {
break;
default:
break;
return;
}
for (int i = 200; i <= 1000; i += rankChange) {