PrepareSmithingEvent is called multiple times when doing single operation in the GUI.
Can be reproduced with this code:
@EventHandler public void onPrepare(PrepareSmithingEvent event) { Bukkit.getLogger().info("System.currentTimeMillis: " + System.currentTimeMillis()); }
I attached compiled plugin to test this behaviour.
- duplicates
-
SPIGOT-2702 PrepareAnvilEvent fires 3 times
- Resolved