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; } //----------------------------------------------------------------------------------------------------