mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Dont init speech controller [MDB IGNORE] (#11164)
* Dont init speech controller (#64537) * Dont init speech controller * copypaste Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com> * Dont init speech controller Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com>
This commit is contained in:
co-authored by
TiviPlus
TiviPlus
parent
d3268dee28
commit
03814c01a5
@@ -1,9 +1,8 @@
|
||||
SUBSYSTEM_DEF(speech_controller)
|
||||
name = "Speech Controller"
|
||||
wait = 1
|
||||
flags = SS_TICKER
|
||||
flags = SS_TICKER|SS_NO_INIT
|
||||
priority = FIRE_PRIORITY_SPEECH_CONTROLLER//has to be high priority, second in priority ONLY to SSinput
|
||||
init_order = INIT_ORDER_SPEECH_CONTROLLER
|
||||
runlevels = RUNLEVELS_DEFAULT | RUNLEVEL_LOBBY
|
||||
|
||||
///used so that an admin can force all speech verbs to execute immediately instead of queueing
|
||||
|
||||
Reference in New Issue
Block a user