Skip to content

Commit

Permalink
Treat forced mods as normal is true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed May 23, 2024
1 parent c518b69 commit 757a7a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Barotrauma
class LuaCsSetupConfig
{
public bool EnableCsScripting = false;
public bool TreatForcedModsAsNormal = false;
public bool TreatForcedModsAsNormal = true;
public bool PreferToUseWorkshopLuaSetup = false;
public bool DisableErrorGUIOverlay = false;
public bool HideUserNames
Expand Down

0 comments on commit 757a7a1

Please sign in to comment.