From 37246257afd1ac96226233dcbaa781a5636a4afd Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Fri, 4 May 2012 01:14:17 +0000 Subject: [PATCH] I just realized there was a pretty serious problem here --- Themes/_fallback/Scripts/03 CustomSpeedMods.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/03 CustomSpeedMods.lua b/Themes/_fallback/Scripts/03 CustomSpeedMods.lua index 43a691d66d..3d413bfa3d 100644 --- a/Themes/_fallback/Scripts/03 CustomSpeedMods.lua +++ b/Themes/_fallback/Scripts/03 CustomSpeedMods.lua @@ -80,7 +80,7 @@ local function ParseSpeedModFile(path) end end - if #mods==0 then return Failure() end + if #mods==0 then return Failure(file) end file:destroy() return mods @@ -266,7 +266,7 @@ function SpeedMods() end --[[ -Copyright © 2008-2012 AJ Kelly/KKI Labs. +Copyright © 2008-2012 AJ Kelly/KKI Labs. Use freely, so long this notice and the above documentation remains. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"