From 55455533451a166ef1d0d4445f9ccf2ab3076389 Mon Sep 17 00:00:00 2001 From: ementalo Date: Mon, 18 Jun 2012 11:22:39 +0100 Subject: [PATCH] Fix bug with /remove and minecarts --- .../src/com/earth2me/essentials/commands/Commandremove.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {