Skip to content
Snippets Groups Projects
Commit 027c16bd authored by DarkGod's avatar DarkGod
Browse files

fixed module md5 not showing up in the log

parent 2683bec6
No related branches found
No related tags found
No related merge requests found
......@@ -760,7 +760,7 @@ function _M:instanciate(mod, name, new_game, no_reboot, extra_module_info)
fp("/engine")
table.sort(md5s)
module_md5 = md5.sumhexa(table.concat(md5s))
print("[MODULE LOADER] module MD5", fmd5, "computed in ", core.game.getTime() - t)
print("[MODULE LOADER] module MD5", module_md5, "computed in ", core.game.getTime() - t)
end
end
......
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