We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b201c2 commit 61b04d1Copy full SHA for 61b04d1
1 file changed
src/Modules/StatDescriber.lua
@@ -13,7 +13,7 @@ local scopes = { }
13
local function getScope(scopeName)
14
if not scopes[scopeName] then
15
local scope = nil
16
- local file = io.open("Data/StatDescriptions/specific_skill_stat_descriptions/"..scopeName..".lua", 'rb')
+ local file = io.open("Data/StatDescriptions/Specific_Skill_Stat_Descriptions/"..scopeName..".lua", 'rb')
17
if file then
18
file.close()
19
scope = LoadModule("Data/StatDescriptions/Specific_Skill_Stat_Descriptions/"..scopeName)
0 commit comments