forked from VoxeLibre/VoxeLibre
Turned a global constant into local.
This commit is contained in:
parent
06435e0f4c
commit
4ec506b534
|
@ -1,6 +1,6 @@
|
||||||
local S = minetest.get_translator(minetest.get_current_modname())
|
local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
|
|
||||||
ASSIST_TIMEOUT_SEC = 5
|
local ASSIST_TIMEOUT_SEC = 5
|
||||||
|
|
||||||
mcl_death_messages = {
|
mcl_death_messages = {
|
||||||
assist = {},
|
assist = {},
|
||||||
|
|
Loading…
Reference in New Issue