mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +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;
|
||||
}
|
||||
}
|
||||
else if (toRemove == ToRemove.DROPS)
|
||||
if (toRemove == ToRemove.DROPS)
|
||||
{
|
||||
if (e instanceof Item)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue