summaryrefslogtreecommitdiff
path: root/scripting/notf2.sp
diff options
context:
space:
mode:
authorNW/RL <nwrl@dabikers.online>2024-05-31 00:20:29 -0500
committerNW/RL <nwrl@dabikers.online>2024-05-31 00:20:29 -0500
commit82a79652c1d46f11fedf54b48dbec7f65ecf86df (patch)
treeb5c4dadf8c12dca4365b0e4af86c1ae77baffb25 /scripting/notf2.sp
parente7f52993a06739fbd4accf783dff85f1a73868d3 (diff)
Change pre-hook to post-hook
Diffstat (limited to 'scripting/notf2.sp')
-rw-r--r--scripting/notf2.sp2
1 files changed, 1 insertions, 1 deletions
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() {
36 } 36 }
37 37
38 // Hook name change events 38 // Hook name change events
39 HookEvent("player_info", ntf_checkname, EventHookMode_Pre); 39 HookEvent("player_info", ntf_checkname, EventHookMode_Post);
40 40
41 return; 41 return;
42} 42}