mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 03:54:19 +02:00
Fix bug with /remove and minecarts
This commit is contained in:
@@ -124,7 +124,7 @@ public class Commandremove extends EssentialsCommand
|
||||
removed++;
|
||||
}
|
||||
}
|
||||
else if (toRemove == ToRemove.DROPS)
|
||||
else if (toRemove == ToRemove.MINECARTS)
|
||||
{
|
||||
if (e instanceof Minecart)
|
||||
{
|
||||
|
Reference in New Issue
Block a user