Turned a global constant into local.

This commit is contained in:
CyberMango 2023-01-06 13:08:23 +02:00
parent 06435e0f4c
commit 4ec506b534
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local S = minetest.get_translator(minetest.get_current_modname())
ASSIST_TIMEOUT_SEC = 5
local ASSIST_TIMEOUT_SEC = 5
mcl_death_messages = {
assist = {},