From 3af1ac845769cf6c16f277112ea3293dcb9e5640 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Sat, 20 Jul 2024 08:49:31 +0300 Subject: [PATCH] compilation fix --- cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_updater.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_updater.inc b/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_updater.inc index 7846e27..61388bc 100644 --- a/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_updater.inc +++ b/cstrike/addons/amxmodx/scripting/ReDeathmatch/ReDM_updater.inc @@ -54,7 +54,7 @@ Updater_Natives() { return PLUGIN_CONTINUE } -static Updater_Check() { +Updater_Check() { if (!redm_update_notify) return