1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

Fixed a sync problem where XP bars were 1-step behind

This commit is contained in:
nossr50
2019-01-19 20:30:19 -08:00
parent b7b0ff13e7
commit b8a146f8bd
5 changed files with 16 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ import org.bukkit.event.Event;
import org.bukkit.event.entity.EntityDamageEvent;
import org.bukkit.event.player.PlayerFishEvent;
import org.bukkit.inventory.ItemStack;
import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.PluginManager;
import java.util.HashMap;