mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-24 09:06:41 +01:00
Adds a missing null check
This commit is contained in:
@@ -148,7 +148,8 @@
|
||||
force_depart = FALSE
|
||||
. = ..()
|
||||
if(!. && !docked && !damaged)
|
||||
console.say("Welcome to your new life, employees!")
|
||||
if(console)
|
||||
console.say("Welcome to your new life, employees!")
|
||||
for(var/L in queued_announces)
|
||||
var/datum/callback/C = L
|
||||
C.Invoke()
|
||||
|
||||
Reference in New Issue
Block a user