From 79aa5963d521c446f655f1c0b9fa98220bf5f27f Mon Sep 17 00:00:00 2001 From: ineedbots Date: Sat, 23 Oct 2021 17:52:53 -0600 Subject: [PATCH] use games_mp --- z_server_pvbrust_watchdog.bat | 4 ++-- z_server_pvbvote_watchdog.bat | 4 ++-- z_server_watchdog.bat | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/z_server_pvbrust_watchdog.bat b/z_server_pvbrust_watchdog.bat index ca5da38..76ca672 100644 --- a/z_server_pvbrust_watchdog.bat +++ b/z_server_pvbrust_watchdog.bat @@ -6,8 +6,8 @@ set gamepath=%cd% ::Rate to check if server is hung set check_rate=300 ::Server log location -set log_path=%gamepath%\userraw\logs -set log_file=console_mp.log +set log_path=%gamepath%\userraw\pvbrust +set log_file=games_mp.log title IW4x MP - %name% - Server watchdog echo Visit plutonium.pw / Join the Discord (a6JM2Tv) for NEWS and Updates! diff --git a/z_server_pvbvote_watchdog.bat b/z_server_pvbvote_watchdog.bat index 9b5df42..b1f9042 100644 --- a/z_server_pvbvote_watchdog.bat +++ b/z_server_pvbvote_watchdog.bat @@ -6,8 +6,8 @@ set gamepath=%cd% ::Rate to check if server is hung set check_rate=300 ::Server log location -set log_path=%gamepath%\mods\pvb\logs -set log_file=console_mp.log +set log_path=%gamepath%\mods\pvb\logs\pvbvote +set log_file=games_mp.log title IW4x MP - %name% - Server watchdog echo Visit plutonium.pw / Join the Discord (a6JM2Tv) for NEWS and Updates! diff --git a/z_server_watchdog.bat b/z_server_watchdog.bat index a282a2f..e5ac20b 100644 --- a/z_server_watchdog.bat +++ b/z_server_watchdog.bat @@ -6,8 +6,8 @@ set gamepath=%cd% ::Rate to check if server is hung set check_rate=300 ::Server log location -set log_path=%gamepath%\userraw\logs -set log_file=console_mp.log +set log_path=%gamepath%\userraw\server +set log_file=games_mp.log title IW4x MP - %name% - Server watchdog echo Visit plutonium.pw / Join the Discord (a6JM2Tv) for NEWS and Updates!