Skip to content
Snippets Groups Projects
Commit 8021abfc authored by dg's avatar dg
Browse files

Fix a bug with Vew Highscore

git-svn-id: http://svn.net-core.org/repos/t-engine4@4349 51575b47-30f0-44d4-a5cc-537603b46e54
parent f744864a
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ function _M:init()
end
function _M:generateList()
local list = Module:listModules()
local list = Module:listModules(nil, function(dir) if dir:find("^boot") then return false else return true end end)
self.list = {}
for i = 1, #list do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment