summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2012-06-18 11:22:39 +0100
committerementalo <ementalodev@gmx.co.uk>2012-06-18 11:22:39 +0100
commit55455533451a166ef1d0d4445f9ccf2ab3076389 (patch)
tree97d0e7ddb641e0b81b3b5c5436283b13b5637a95
parentdd8a3cfa4ff24b581b5f04e640cf021aa488e921 (diff)
downloadEssentials-55455533451a166ef1d0d4445f9ccf2ab3076389.tar
Essentials-55455533451a166ef1d0d4445f9ccf2ab3076389.tar.gz
Essentials-55455533451a166ef1d0d4445f9ccf2ab3076389.tar.lz
Essentials-55455533451a166ef1d0d4445f9ccf2ab3076389.tar.xz
Essentials-55455533451a166ef1d0d4445f9ccf2ab3076389.zip
Fix bug with /remove and minecarts
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandremove.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandremove.java b/Essentials/src/com/earth2me/essentials/commands/Commandremove.java
index 05d27a3bc..442813cb3 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandremove.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandremove.java
@@ -124,7 +124,7 @@ public class Commandremove extends EssentialsCommand
removed++;
}
}
- else if (toRemove == ToRemove.DROPS)
+ else if (toRemove == ToRemove.MINECARTS)
{
if (e instanceof Minecart)
{