Merge pull request #39856 from AnturK/acessruntime

Fixes minor access runtime.
This commit is contained in:
Jordan Brown
2018-08-23 10:12:52 -04:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
if(IsAdminGhost(M))
//Access can't stop the abuse
return TRUE
else if(SEND_SIGNAL(M, COMSIG_MOB_ALLOWED, src))
else if(istype(M) && SEND_SIGNAL(M, COMSIG_MOB_ALLOWED, src))
return TRUE
else if(ishuman(M))
var/mob/living/carbon/human/H = M