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:
Lucas Schwiderski 2024-07-12 13:39:03 +02:00
parent 0539b6b456
commit ba31d51098
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

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