mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-12-26 02:17:38 +01:00
Resolved experiance dupe with spawners.
This commit is contained in:
parent
c92c4ccf68
commit
5bd5ae2dd5
@ -113,6 +113,7 @@ public class BlockListeners implements Listener {
|
||||
if (block.getType() != Material.MOB_SPAWNER) return;
|
||||
|
||||
if (!instance.spawnersEnabled()) return;
|
||||
event.setExpToDrop(0);
|
||||
|
||||
CreatureSpawner cs = (CreatureSpawner) block.getState();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user