This commit is contained in:
teknomunk 2024-05-29 06:33:59 -05:00
parent 468c2bc68f
commit 7d0f49a218
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ local function apply_effects_to_all_players(pos)
local power_level = beacon_blockcheck(pos)
local new_effect_string = EFFECT_CONVERSION[effect_string]
local new_effect_string = EFFECT_CONVERSIONS[effect_string]
if new_effect_string then
effect_string = new_effect_string
meta:set_string("effect", effect_string)