From 82a79652c1d46f11fedf54b48dbec7f65ecf86df Mon Sep 17 00:00:00 2001 From: NW/RL Date: Fri, 31 May 2024 00:20:29 -0500 Subject: Change pre-hook to post-hook --- plugins/notf2.smx | Bin 4657 -> 4657 bytes scripting/notf2.sp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notf2.smx b/plugins/notf2.smx index 68089cf..e587182 100644 Binary files a/plugins/notf2.smx and b/plugins/notf2.smx differ diff --git a/scripting/notf2.sp b/scripting/notf2.sp index cb18f7c..6cd3949 100644 --- a/scripting/notf2.sp +++ b/scripting/notf2.sp @@ -36,7 +36,7 @@ public void OnPluginStart() { } // Hook name change events - HookEvent("player_info", ntf_checkname, EventHookMode_Pre); + HookEvent("player_info", ntf_checkname, EventHookMode_Post); return; } -- cgit v1.2.3