mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Update Commandremove.java
Fix class checking in /remove
This commit is contained in:
parent
b3cae17cab
commit
794dd788a3
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ public class Commandremove extends EssentialsCommand
|
|||
}
|
||||
else if (toRemove == ToRemove.ITEMFRAMES)
|
||||
{
|
||||
if (e instanceof Painting)
|
||||
if (e instanceof ItemFrame)
|
||||
{
|
||||
e.remove();
|
||||
removed++;
|
||||
|
|
Loading…
Reference in a new issue