From 3602ab7a68af2be82c379fd8753f373d7b0f0ed6 Mon Sep 17 00:00:00 2001 From: LeonLionHeart Date: Tue, 15 Sep 2020 04:04:45 +0000 Subject: [PATCH] Update 'T7/Start.bat' Adjusted RCON to be blank for new users grabbing the config. Leaving it blank will disable the RCON. --- T7/Start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/T7/Start.bat b/T7/Start.bat index ba8fadd..a330c45 100644 --- a/T7/Start.bat +++ b/T7/Start.bat @@ -46,7 +46,7 @@ set PrivPW= :: RCON Password :: Used with tools like BO3 Remote Console/IW4MAdmin/B3. :: We recommend IW4MAdmin. -set RCON=CHANGEME1337 +set RCON= :: lobbyTimerStatusStartInterval :: Sets the wait time between maps in the lobby in millisecond. 60000ms = 60 seconds.