mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Dont init speech controller (#64537)
* Dont init speech controller * copypaste Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
This commit is contained in:
@@ -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