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