summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data/data_hiscore.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/data/data_hiscore.lua')
-rw-r--r--plugins/data/data_hiscore.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data/data_hiscore.lua b/plugins/data/data_hiscore.lua
index c2dcf0ca370..700a9958ca8 100644
--- a/plugins/data/data_hiscore.lua
+++ b/plugins/data/data_hiscore.lua
@@ -545,7 +545,7 @@ function dat.check(set, softlist)
return script
end
- if #env == 0 then
+ if not env.open then
function env.open(file, size)
if file == ".hi" then
local path = "hi"