diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 4061994cce..642037bdf1 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -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