AltAttackableNpcs
Posted: Wed Mar 17, 2010 11:38 am
So, if i'm correct, this function should disable players attacking npcs in towns (which really annoys me).
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:
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; }