fix(mods): normalize developer mode option

This commit is contained in:
MaxTomahawk
2026-08-24 11:13:30 +02:00
parent fb95dc5b6a
commit 333949ce0d
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ function Loader.new(opts)
modSave = {}, modOptions = {}, optionSchemas = {}, imageCache = {},
modInput = {}, modEnv = {}, stepsQueues = {},
fs = (opts and opts.fs) or (love and love.filesystem),
dev = dev,
dev = dev == true,
safeMode = false,
-- Which generation this boot is (1 or 2). Fixed at construction: the
-- active version is set once in main.lua's bootGame before anything