diff --git a/modular_bandastation/tts/code/tts_subsystem.dm b/modular_bandastation/tts/code/tts_subsystem.dm index 69f0ab0217acd..475292f8fd5fb 100644 --- a/modular_bandastation/tts/code/tts_subsystem.dm +++ b/modular_bandastation/tts/code/tts_subsystem.dm @@ -125,10 +125,6 @@ SUBSYSTEM_DEF(tts220) return SS_INIT_SUCCESS -/datum/controller/subsystem/tts220/pause() - . = ..() - is_enabled = FALSE - /datum/controller/subsystem/tts220/fire() if(last_network_fire + 1 SECONDS <= world.time) fire_networking()