mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-12-26 18:47:57 +01:00
Fix endless loop with FoodLevelChange events.
This commit is contained in:
parent
3e0cc358d0
commit
46d0b50c52
@ -260,7 +260,7 @@ public class mcEntityListener implements Listener {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 200; i <= 1000; i += rankChange) {
|
for (int i = 200; i <= 1000; i += rankChange) {
|
||||||
|
Loading…
Reference in New Issue
Block a user