From ba31d5109817b2908ac40402baad79841a87a336 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Fri, 12 Jul 2024 13:39:03 +0200 Subject: [PATCH] Align Crashify property with Fatshark They recently submitted a PR to DML with their preferred property names, so we should match that. Ref: #168 --- crates/dtmm/assets/mod_loader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dtmm/assets/mod_loader.lua b/crates/dtmm/assets/mod_loader.lua index 4da08a4..e000292 100644 --- a/crates/dtmm/assets/mod_loader.lua +++ b/crates/dtmm/assets/mod_loader.lua @@ -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