mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-12-29 17:07:35 +01:00
enable speech dispatcher by default
This commit is contained in:
parent
3c8a97bc0b
commit
acf86e8c69
@ -1,5 +1,5 @@
|
|||||||
local MAX_DISTANCE = 8
|
local MAX_DISTANCE = 8
|
||||||
local use_speech_dispatcher = false
|
local use_speech_dispatcher = true
|
||||||
|
|
||||||
local sayer_activate
|
local sayer_activate
|
||||||
if use_speech_dispatcher
|
if use_speech_dispatcher
|
||||||
|
Loading…
Reference in New Issue
Block a user