8000 Spellchecked · ayoung6/LevelingFramework@0c64ab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c64ab1

Browse files
authored
Spellchecked
Function name incorrect as mentioned in issue tes3mp-scripts#3
1 parent 2291ddd commit 0c64ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ customCommandHooks.registerCommand("lfimportesps", function(pid, cmd)
300300
LevelingFramework.importESPs()
301301
tes3mp.SendMessage(pid, "Imported ESPs!")
302302
end)
303-
customCommandHooks.setRankRequirment("lfimportesps", LevelingFramework.config.cmdRank)
303+
customCommandHooks.setRankRequirement("lfimportesps", LevelingFramework.config.cmdRank)
304304

305305

306306
return LevelingFramework

0 commit comments

Comments
 (0)
0