potentially CLOSES #758

This commit is contained in:
bryanthaboi
2026-08-03 17:08:42 -04:00
parent b831076839
commit 76aab74bf1
5 changed files with 57 additions and 6 deletions
+3 -1
View File
@@ -714,7 +714,9 @@ function LinkState:draw()
end
elseif self.stage == "notice" then
drawTitle("CHECK YOUR MODS")
-- a version-skew notice has nothing to do with mods (#758)
drawTitle(self.verdict == "engine_skew" and "UPDATE YOUR GAME"
or "CHECK YOUR MODS")
for i, line in ipairs(self.noticeLines or {}) do
if i > 8 then break end -- what fits above the prompt row
Font.draw(line, 8, 24 + (i - 1) * 12)