1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-19 13:01:20 +02:00

Fix bug with /remove and minecarts

This commit is contained in:
ementalo
2012-06-18 11:22:39 +01:00
parent dd8a3cfa4f
commit 5545553345

View File

@@ -124,7 +124,7 @@ public class Commandremove extends EssentialsCommand
removed++; removed++;
} }
} }
else if (toRemove == ToRemove.DROPS) else if (toRemove == ToRemove.MINECARTS)
{ {
if (e instanceof Minecart) if (e instanceof Minecart)
{ {