remove false

This commit is contained in:
SteelSlayer
2019-12-14 00:14:46 -06:00
parent 254c2daedf
commit d13100676f
+1 -1
View File
@@ -345,7 +345,7 @@
/mob/living/SetSleeping(amount, updating = 1, no_alert = FALSE)
if(frozen) // If the mob has been admin frozen, sleeping should not be changeable
return FALSE
return
. = STATUS_UPDATE_STAT
if((!!amount) == (!!sleeping)) // We're not changing from + to 0 or vice versa
updating = FALSE