Update bz mods to version 2

This commit is contained in:
Simon Brodtmann 2025-10-21 14:15:44 +02:00
parent 39f70335c6
commit e02a8d3f53
5 changed files with 9 additions and 9 deletions

View file

@ -99,7 +99,7 @@ if get_setting("bz-recipe-bypass") then
end
function util.is_foundry()
return mods.bzfoundry and not me.get_setting("bzfoundry-minimal")
return mods.bzfoundry2 and not me.get_setting("bzfoundry-minimal")
end
function should_force(options)