mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Fixed accedental typo
This commit is contained in:
parent
91be153474
commit
dc74239edc
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class Commandremove extends EssentialsCommand
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (toRemove == ToRemove.DROPS)
|
if (toRemove == ToRemove.DROPS)
|
||||||
{
|
{
|
||||||
if (e instanceof Item)
|
if (e instanceof Item)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue