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 61b04d1 commit 3d8f6e6Copy full SHA for 3d8f6e6
1 file changed
src/Modules/StatDescriber.lua
@@ -15,7 +15,7 @@ local function getScope(scopeName)
15
local scope = nil
16
local file = io.open("Data/StatDescriptions/Specific_Skill_Stat_Descriptions/"..scopeName..".lua", 'rb')
17
if file then
18
- file.close()
+ file:close()
19
scope = LoadModule("Data/StatDescriptions/Specific_Skill_Stat_Descriptions/"..scopeName)
20
else
21
scope = LoadModule("Data/StatDescriptions/"..scopeName)
0 commit comments