Change return 1 to return TRUE

This commit is contained in:
Rykka
2020-05-23 05:27:32 -04:00
parent 09183614fc
commit 43c2f34529
+1 -1
View File
@@ -209,7 +209,7 @@
else
client.perspective = EYE_PERSPECTIVE
client.eye = loc
return 1
return TRUE
/mob/proc/show_inv(mob/user as mob)