Dont init speech controller (#64537)

* Dont init speech controller

* copypaste

Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
This commit is contained in:
TiviPlus
2022-01-30 22:29:31 -08:00
committed by GitHub
co-authored by TiviPlus
parent 6afba4b4a3
commit 874c5f23d8
2 changed files with 1 additions and 3 deletions
@@ -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