diff options
Diffstat (limited to 'scripting')
| -rw-r--r-- | scripting/notf2.sp | 2 |
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 | } |
