From 401c3b63355a846e8251283f5530159d2ee86c9e Mon Sep 17 00:00:00 2001 From: Paulov Date: Wed, 19 Jul 2023 08:47:01 +0100 Subject: [PATCH] Improve description of EnableAISpawnWaveSystem --- Configuration/PluginConfigSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/PluginConfigSettings.cs b/Configuration/PluginConfigSettings.cs index a65f1061..e0d2c260 100644 --- a/Configuration/PluginConfigSettings.cs +++ b/Configuration/PluginConfigSettings.cs @@ -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;