Yeah so you guys know that GMs can see each other while hiding
so
i wanna make it so donors cant see other GMs while theyre hiding cuz atm on my server they can..
I tried editing this :
public void registerEffect(MapleStatEffect effect, long starttime, ScheduledFuture<?> schedule) {
if (effect.isHide() && gmLevel > 0) {
this.hidden = true;
I tried to put 1 in gmLevel since in my server GM level 1 is donor
so what can i do? :D

