mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] Fixes soapbox component sometimes runtiming roundstart due to not unregistering signals (#29466)
* Fixes soapbox component sometimes runtiming roundstart due to not unregistering signals (#85937) ## About The Pull Request sometimes runtimed due to reassigning signals and it has been driving me insane ## Changelog 🆑 fix: Fixed soapbox component sometimes runtiming roundstart /🆑 * Fixes soapbox component sometimes runtiming roundstart due to not unregistering signals --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
SIGNAL_HANDLER
|
||||
for(var/atom/movable/loud as anything in soapboxers)
|
||||
UnregisterSignal(loud, COMSIG_MOB_SAY)
|
||||
soapboxers = list()
|
||||
soapboxers.Cut()
|
||||
|
||||
///Gives a mob a unique say span
|
||||
/datum/component/soapbox/proc/soapbox_speech(datum/source, list/speech_args)
|
||||
|
||||
Reference in New Issue
Block a user