summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-01 14:40:32 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-01 14:40:32 -0300
commit51642e0cd9b15b004cbd1cce880b6684deeb688d (patch)
tree534ecd7e72635300c2c84f2528927f5ce94d284c /npc/functions/global_event_handler.txt
parentf92335a4c2024993899188d3548eaa7d6dbd7444 (diff)
downloadserverdata-51642e0cd9b15b004cbd1cce880b6684deeb688d.tar.gz
serverdata-51642e0cd9b15b004cbd1cce880b6684deeb688d.tar.bz2
serverdata-51642e0cd9b15b004cbd1cce880b6684deeb688d.tar.xz
serverdata-51642e0cd9b15b004cbd1cce880b6684deeb688d.zip
Oooh I think I see the typos now
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index d0014b87..3d8156c4 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -6,7 +6,7 @@ OnPCLoginEvent:
@login_event = 1;
adddefaultskills();
//callfunc "fixHeadStyles"; // convert headstyles
- //callfunc "ClearVariables"; // removes / converts old variables
+ callfunc "ClearVariables"; // removes / converts old variables
DisplayMOTD(); // send the motd to the client, if enabled
// add more here
@login_event = 2;