Merge pull request #3507 from Citadel-Station-13/upstream-merge-31819
[MIRROR] Fixes AI visiblity checks
This commit is contained in:
@@ -798,7 +798,7 @@
|
||||
// Otherwise it will runtime with this kind of error: null.Topic()
|
||||
if(!nowindow)
|
||||
..()
|
||||
if(usr.incapacitated() && !IsAdminGhost(usr))
|
||||
if(!usr.canUseTopic(src) && !IsAdminGhost(usr))
|
||||
return
|
||||
add_fingerprint(usr)
|
||||
if(href_list["close"])
|
||||
|
||||
Reference in New Issue
Block a user