From d3563442f690339bee9d53592205bcd93a1560f0 Mon Sep 17 00:00:00 2001 From: zaCade Date: Mon, 20 May 2019 18:40:05 +0200 Subject: [PATCH] Update entWatch-core.sp --- _entWatch4/scripting/entWatch-core.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 0dee4658..d1ec0262 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -141,6 +141,8 @@ public Action Command_ReloadConfig(int client, int args) public void OnMapStart() { g_bLoaded = LoadConfig(); + + g_bLoadPending = false; } //----------------------------------------------------------------------------------------------------