diff --git a/MWSE/mods/celediel/NPCsGoHome/mcm.lua b/MWSE/mods/celediel/NPCsGoHome/mcm.lua index ed9268e..47d09a1 100644 --- a/MWSE/mods/celediel/NPCsGoHome/mcm.lua +++ b/MWSE/mods/celediel/NPCsGoHome/mcm.lua @@ -24,7 +24,7 @@ local category = page:createCategory(common.modName) category:createDropdown({ label = "Debug log level", description = "Enable this if you want to flood mwse.log with nonsense. Even small is huge." .. - "Large in Old Ebonheart spits out 16k lines each update. Don't pick that option.", + "Large in Sadrth Mora: Seat of Power spits out 2k lines each update. Don't pick that option.", options = { {label = "None", value = common.logLevels.none}, {label = "Small", value = common.logLevels.small},