Extend mod loader logging #178
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ ModLoader._load_mod = function(self, index)
|
||||||
|
|
||||||
mod.state = "loading"
|
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
|
self._mod_load_index = index
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue