1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
This commit is contained in:
TheBusyBiscuit 2019-08-24 20:27:25 +02:00 committed by GitHub
parent 9476e83834
commit 0fad51e263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1858,7 +1858,7 @@ public class SlimefunSetup {
return true;
}
else {
e.setDropItems(false);
if (e.getBlock().getType() == Material.SPAWNER) e.setDropItems(false);
return false;
}
}