summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-03-02 16:29:30 -0300
committerJesusaves <cpntb1@ymail.com>2020-03-02 16:29:30 -0300
commit34b2b7ca3bd4619adc745454a85a5c6902083dbd (patch)
tree07ff3edfeb18170eb2e381ceda20fad9aadbdda4 /npc/functions/event.txt
parentb31525e40f68045c1bf78feeb69c4cf73d53938a (diff)
downloadserverdata-34b2b7ca3bd4619adc745454a85a5c6902083dbd.tar.gz
serverdata-34b2b7ca3bd4619adc745454a85a5c6902083dbd.tar.bz2
serverdata-34b2b7ca3bd4619adc745454a85a5c6902083dbd.tar.xz
serverdata-34b2b7ca3bd4619adc745454a85a5c6902083dbd.zip
[skip ci] Remove faulty debug marker
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 7253883f6..41096f344 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -282,7 +282,6 @@ OnClock0000:
.@m=gettime(GETTIME_MONTH);
.@o=gettime(GETTIME_WEEKDAY); // Resets at 0 (sunday)
debugmes "A new day begins! Today is %02d/%02d", .@d, .@m;
- $@DEBUG_OD=30;
if ($@DEBUG_OD)
.@d=$@DEBUG_OD;
if ($@DEBUG_OM)