Added new assemblies to CI

This commit is contained in:
EvilFactory
2024-03-28 16:39:43 -03:00
parent bf34934e9c
commit a55b165d9e
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -46,6 +46,9 @@ env:
Publicized/Barotrauma.dll Publicized/Barotrauma.dll
Publicized/DedicatedServer.dll Publicized/DedicatedServer.dll
ARCHIVE_FILES_SHARED: | ARCHIVE_FILES_SHARED: |
BarotraumaCore.dll
BarotraumaCore.pdb
Publicized/BarotraumaCore.dll
0Harmony.dll 0Harmony.dll
Sigil.dll Sigil.dll
MoonSharp.Interpreter.dll MoonSharp.Interpreter.dll
@@ -18,7 +18,7 @@ namespace Barotrauma
class LuaCsSetupConfig class LuaCsSetupConfig
{ {
public bool EnableCsScripting = false; public bool EnableCsScripting = false;
public bool TreatForcedModsAsNormal = true; public bool TreatForcedModsAsNormal = false;
public bool PreferToUseWorkshopLuaSetup = false; public bool PreferToUseWorkshopLuaSetup = false;
public bool DisableErrorGUIOverlay = false; public bool DisableErrorGUIOverlay = false;
public bool HideUserNames public bool HideUserNames