We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a05f7 commit 9486c91Copy full SHA for 9486c91
src/preflight/loader.lua
@@ -667,7 +667,7 @@ function loadMods(modsDirectory)
667
local prefix_counter = 1
668
for _, mod in pairs(SMODS.Mods) do
669
mod.can_load = check_dependencies(mod)
670
- if not mod.can_load and mod.load_issues.prefix_conflicts then
+ if not mod.can_load and next(mod.load_issues.prefix_conflicts or {}) then
671
mod.prefix = '$pc'..prefix_counter
672
prefix_counter = prefix_counter + 1
673
end
version.lua
@@ -1 +1 @@
1
-return "1.0.0~BETA-1531a-STEAMODDED"
+return "1.0.0~BETA-1531b-STEAMODDED"
0 commit comments