mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fix endless loop with FoodLevelChange events.
This commit is contained in:
@ -260,7 +260,7 @@ public class mcEntityListener implements Listener {
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
for (int i = 200; i <= 1000; i += rankChange) {
|
||||
|
Reference in New Issue
Block a user