From f0c5bc190ed8c22ca88a9934d6dc1eb309e1e5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 7 Aug 2021 23:06:33 -0700 Subject: [PATCH] oops leftover working title --- MWSE/mods/celediel/ASinkingFeeling/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/ASinkingFeeling/common.lua b/MWSE/mods/celediel/ASinkingFeeling/common.lua index 271450d..da913bd 100644 --- a/MWSE/mods/celediel/ASinkingFeeling/common.lua +++ b/MWSE/mods/celediel/ASinkingFeeling/common.lua @@ -7,6 +7,6 @@ this.modInfo = "No longer can you swim in heavy plate, now your armour, equipmen this.version = "1.0.0" this.configString = string.gsub(this.modName, "%s+", "") this.modes = {equippedArmour = 0, allEquipment = 1, encumbrancePercentage = 2} -this.log = function(...) mwse.log("[%s] %s", "Armoured Sinking", string.format(...)) end +this.log = function(...) mwse.log("[%s] %s", this.modName, string.format(...)) end return this \ No newline at end of file