From 732de97d7dfd2f309045e9bb6f5e0490870b6ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 4 Oct 2020 01:35:50 -0700 Subject: [PATCH] I've slimmed down logging since then --- MWSE/mods/celediel/NPCsGoHome/mcm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},