diff options
| author | 2017-02-16 21:50:34 -0600 | |
|---|---|---|
| committer | 2017-02-16 21:50:57 -0600 | |
| commit | eed65a01ac23ee7ad2f6641b6133b89ec2bf7a76 (patch) | |
| tree | 6df6a5b0c8339d5bc6f77f639030140e145bfd2c /plugins/data/data_hiscore.lua | |
| parent | a63e6c0ac8c3f7f7f8b41a98d3abaeab245c5c8c (diff) | |
plugins/data: create first dir in historypath if it doesn't exist (nw)
Diffstat (limited to 'plugins/data/data_hiscore.lua')
| -rw-r--r-- | plugins/data/data_hiscore.lua | 2 |
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" |
