From 0c64ab1b1bcf6ea3172aad53c44e87d3c545f78a Mon Sep 17 00:00:00 2001 From: ayoung6 <91810158+ayoung6@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:07:44 -0800 Subject: [PATCH] Spellchecked Function name incorrect as mentioned in issue #3 --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index fd7d7e1..3f63fa1 100644 --- a/main.lua +++ b/main.lua @@ -300,7 +300,7 @@ customCommandHooks.registerCommand("lfimportesps", function(pid, cmd) LevelingFramework.importESPs() tes3mp.SendMessage(pid, "Imported ESPs!") end) -customCommandHooks.setRankRequirment("lfimportesps", LevelingFramework.config.cmdRank) +customCommandHooks.setRankRequirement("lfimportesps", LevelingFramework.config.cmdRank) return LevelingFramework