Fixes minor access runtime.

This commit is contained in:
AnturK
2018-08-22 13:45:48 +02:00
parent 73a62c53fb
commit d8b417f650
+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