diff --git a/FSB_BanSystem/fsb.sp b/FSB_BanSystem/fsb.sp index 6778c75..d6764a3 100644 --- a/FSB_BanSystem/fsb.sp +++ b/FSB_BanSystem/fsb.sp @@ -49,8 +49,8 @@ public OnPluginStart() { #endif #if defined _ban_module - HookEvent("player_connect", EventConnect); - HookEvent("player_disconnect", EventDisconnect); + HookEvent("player_connect", EventConnect, EventHookMode_Pre); + HookEvent("player_disconnect", EventDisconnect, EventHookMode_Pre); #endif #if defined _message_module diff --git a/plugins/fsb.smx b/plugins/fsb.smx index 217b4a0..4a4ef07 100644 Binary files a/plugins/fsb.smx and b/plugins/fsb.smx differ