Skip to content

Commit

Permalink
Set TreatForcedModsAsNormal to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfactory committed Dec 16, 2023
1 parent a846ff2 commit 9678dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LuaCsSetupConfig
{
public bool FirstTimeCsWarning = true;
public bool ForceCsScripting = false;
public bool TreatForcedModsAsNormal = false;
public bool TreatForcedModsAsNormal = true;
public bool PreferToUseWorkshopLuaSetup = false;
public bool DisableErrorGUIOverlay = false;
public bool HideUserNames = true;
Expand Down

0 comments on commit 9678dc4

Please sign in to comment.