From 32bd9886bb5ed1154541d5e32fbc9a9a116ec5cc Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 23 Sep 2025 22:04:20 -0600 Subject: [PATCH] add this missing change --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c8f34c..915605c 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,6 @@ It aims to add playable AI to the multiplayer games of World at War. You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/t4-bot-warfare-latest). -## Important to public dedicated servers -The ```bots_main_firstIsHost``` DVAR is enabled by default! - -This is so inexperienced users of the mod can access with menu without any configuration. - -Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in your server config! - ## Contents - [Features](#Features) - [Installation](#Installation) @@ -126,6 +119,7 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo - Added bots_manage_fill_watchplayers dvar - Bots hop off turrets if they get stuck on one - Fixed script variable leak with opening and closing the in-game menu + - bots_main_firstIsHost is default off now as we now use Plutonium's `ishost` method call - Works on latest Plutonium r5106 - v2.2.0