Align Crashify property with Fatshark
They recently submitted a PR to DML with their preferred property names, so we should match that. Ref: #168
This commit is contained in:
parent
0539b6b456
commit
ba31d51098
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue