Merge pull request #32886 from ShizCalev/to_chat
Fixes incorrect to_chat usage
This commit is contained in:
committed by
CitadelStationBot
parent
ac4ca767d0
commit
aea39fdd49
@@ -235,7 +235,7 @@
|
||||
/obj/docking_port/stationary/transit/Destroy(force=FALSE)
|
||||
if(force)
|
||||
if(get_docked())
|
||||
to_chat("A transit dock was destroyed while something was docked to it.")
|
||||
log_world("A transit dock was destroyed while something was docked to it.")
|
||||
SSshuttle.transit -= src
|
||||
if(owner)
|
||||
owner = null
|
||||
|
||||
Reference in New Issue
Block a user