Allow display window to be snoozed

This commit is contained in:
Akkadius
2018-11-05 00:26:52 -06:00
parent 775b5fcaf1
commit d75afd4688
8 changed files with 131 additions and 51 deletions
+3 -1
View File
@@ -3489,7 +3489,9 @@ void Mob::SetTarget(Mob *mob)
else if (IsClient()) {
parse->EventPlayer(EVENT_TARGET_CHANGE, CastToClient(), "", 0);
this->DisplayInfo(mob);
if (this->CastToClient()->admin > 200) {
this->DisplayInfo(mob);
}
}
if (IsPet() && GetOwner() && GetOwner()->IsClient()) {