Skip to content

Commit

Permalink
Added toggle for OfflineMode
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrewThisNoise committed Sep 17, 2023
1 parent f2623b4 commit e0c2d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SharedCode/ToggleAdder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ static PluginToggleManager()
hs2,
aighs2,
dhh,
new PluginToggle("OfflineMode", "Enable Offline Mode", "Disallows online connectivity, allowing the game to be played offline", "WebRequestBlocker", null, false),
new PluginToggle("DHHPH", Localizable.ToggleDhh, Localizable.TooltipDhhPH, "ProjectHighHeel", null, true),
new PluginToggle("GgmodForPlayClub", Localizable.ToggleGGmod, Localizable.TooltipGGmod, "GgmodForPlayClub", null, true),
new PluginToggle("GgmodForPlayClubStudio", Localizable.ToggleGGmodstudioPC, Localizable.TooltipGGmod, "GgmodForPlayClubStudio", null, true),
Expand Down

0 comments on commit e0c2d8c

Please sign in to comment.