1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 01:25:26 +02:00

Fixed accedental typo

This commit is contained in:
Khyperia
2011-12-02 20:55:43 -05:00
parent 91be153474
commit dc74239edc

View File

@@ -83,7 +83,7 @@ public class Commandremove extends EssentialsCommand
continue;
}
}
else if (toRemove == ToRemove.DROPS)
if (toRemove == ToRemove.DROPS)
{
if (e instanceof Item)
{