Extend mod loader logging #178

Merged
lucas merged 4 commits from feat/extend-mod-load-logging into master 2024-07-12 15:06:09 +02:00
Showing only changes of commit ba31d51098 - Show all commits

View file

@ -289,7 +289,7 @@ ModLoader._load_mod = function(self, index)
mod.state = "loading"
Crashify.print_property(string.format("Mod:%s:%s", mod.id, mod.name), true)
Crashify.print_property(string.format("Mod:%s", mod.name), true)
self._mod_load_index = index