[MIRROR] Fix briefcause launchpads qdelling their internal launchpad on creation (#2224)

* Fix briefcause launchpads qdelling their internal launchpad on creation (#55478)

* Fix briefcause launchpads qdelling their internal launchpad on creation

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2020-12-18 08:49:26 +01:00
committed by GitHub
co-authored by Timberpoes
parent c2b3f20466
commit 2a7efc73fc
+1 -1
View File
@@ -226,7 +226,7 @@
/obj/machinery/launchpad/briefcase/Initialize(mapload, _briefcase)
. = ..()
if(!briefcase)
if(!_briefcase)
log_game("[src] has been spawned without a briefcase.")
return INITIALIZE_HINT_QDEL
briefcase = _briefcase