NPC hider based on name
This commit is contained in:
@@ -164,9 +164,9 @@ public abstract class EntityHiderMixin implements RSScene
|
||||
}
|
||||
}
|
||||
|
||||
for(String name: names)
|
||||
for (String name: names)
|
||||
{
|
||||
if(names.equals(npc.getName()))
|
||||
if (names.equals(npc.getName()))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user