what if it actualy compiled? just kidding, this only fixes dme

This commit is contained in:
Letter N
2020-07-24 14:50:07 +08:00
parent 22d5aebaa5
commit 3ea09e7d97
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
if(isobserver(user))
// If they turn on ghost AI control, admins can always interact.
if(isAdminGhostAI(user)) //IsAdminGhost
if(IsAdminGhost(user))
. = max(., UI_INTERACTIVE)
// Regular ghosts can always at least view if in range.