Fixes missing return values in a few Destroy() procs (#8412)

This commit is contained in:
Erki
2020-03-13 23:13:07 -03:00
committed by GitHub
parent 59af1332b3
commit 83ec5e2737
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
/datum/lock/Destroy()
holder = null
..()
. = ..()
/datum/lock/proc/unlock(var/key = "", var/mob/user)
if(status ^ LOCK_LOCKED)