Skip to content

Commit

Permalink
Improve description of EnableAISpawnWaveSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed Jul 19, 2023
1 parent 8e7274d commit 401c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PluginConfigSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void GetSettings()
("Coop", "ArenaMode", false, new ConfigDescription("Arena Mode - For the meme's (DEBUG). Can SIT be less laggy than Live Tarkov in PvP?")).Value;

EnableAISpawnWaveSystem = Plugin.Instance.Config.Bind("Coop", "EnableAISpawnWaveSystem", true
, new ConfigDescription("Whether to run the Wave Spawner System. Useful for testing.")).Value;
, new ConfigDescription("Whether to run the Wave Spawner System. If this is False. No AI will spawn. Useful for testing in a PvP only environment.")).Value;

ForceHighPingMode = Plugin.Instance.Config.Bind("Coop", "ForceHighPingMode", false
, new ConfigDescription("Forces the High Ping Mode which allows some actions to not round-trip. This may be useful if you have large input lag")).Value;
Expand Down

0 comments on commit 401c3b6

Please sign in to comment.