diff --git a/data/lua/wml/objectives.lua b/data/lua/wml/objectives.lua index 5944a081812..8f13a04a828 100644 --- a/data/lua/wml/objectives.lua +++ b/data/lua/wml/objectives.lua @@ -162,7 +162,7 @@ local function generate_objectives(cfg) end local note = cfg.note if note then - objectives = objectives .. "\n" .. note + objectives = objectives .. "\n" .. note .. "\n" end return string.sub(tostring(objectives), 1, -2)