diff options
author | 2018-05-27 04:48:13 +1000 | |
---|---|---|
committer | 2018-05-27 04:48:13 +1000 | |
commit | c15531dddca6a144b9172077fe7251ea96f4cc7e (patch) | |
tree | f2ffe409c8d6f6392d99e16540a6492a18fa4630 /plugins | |
parent | decf1fd1fa17a45e2547c5b8d059da3665fb971b (diff) |
srcclean (nw)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hiscore/sort_hiscore.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hiscore/sort_hiscore.lua b/plugins/hiscore/sort_hiscore.lua index 7d1f0031558..e859c748146 100644 --- a/plugins/hiscore/sort_hiscore.lua +++ b/plugins/hiscore/sort_hiscore.lua @@ -82,7 +82,7 @@ lstfile:close() local sorted = {} local sindex = {} -local comments = "" +local comments = "" for num, entry in pairs(entries) do if not entry.name then |