Correct capitalize "L" in lingering

This commit is contained in:
Brandon 2020-06-28 20:32:32 -04:00
parent 2c1b4e518c
commit 04a96e42ed
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ register_lingering("weakness_plus", "Lingering Weakness +", "#7700BB", {
potion_fun = function(player, redx) mcl_potions.weakness_func(player, -4, mcl_potions.DURATION_PLUS*mcl_potions.INV_FACTOR*0.25) end
})
register_lingering("strength", "lingering Strength", "#D444D4", {
register_lingering("strength", "Lingering Strength", "#D444D4", {
potion_fun = function(player, redx) mcl_potions.strength_func(player, 3, mcl_potions.DURATION) end
})