If so, it's not working.
But if not, maybe someone could tell me what should I change to REALLY disable it?
Currently it's:
Code: Select all
@Override public boolean isAttackable() { return Config.ALT_ATTACKABLE_NPCS; }
Code: Select all
@Override public boolean isAttackable() { return Config.ALT_ATTACKABLE_NPCS; }
Code: Select all
# Defines whether NPCs are attackable by default# Retail: TrueAltAttackableNpcs = True