1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 10:04:51 +02:00

Fix bug with /remove and minecarts

This commit is contained in:
KHobbits
2012-06-10 19:36:31 +01:00
parent 23283426e0
commit 3b855255cf

View File

@@ -9,7 +9,7 @@ import org.bukkit.World;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.*;
//Todo: Fix this up
public class Commandremove extends EssentialsCommand
{
public Commandremove()
@@ -131,7 +131,7 @@ public class Commandremove extends EssentialsCommand
removed++;
}
}
else if (toRemove == ToRemove.DROPS)
else if (toRemove == ToRemove.MINECARTS)
{
if (e instanceof Minecart)
{