diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-02 16:29:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-02 16:29:30 -0300 |
commit | 34b2b7ca3bd4619adc745454a85a5c6902083dbd (patch) | |
tree | 07ff3edfeb18170eb2e381ceda20fad9aadbdda4 /npc/functions/event.txt | |
parent | b31525e40f68045c1bf78feeb69c4cf73d53938a (diff) | |
download | serverdata-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.txt | 1 |
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) |