diff options
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 3e0086371..9efcd68e8 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -467,7 +467,7 @@ OnClock0000: .@d=$@DEBUG_OD; if ($@DEBUG_OM) .@m=$@DEBUG_OM; - debugmes "EVENT CORE, the %02d/%02d", .@d, .@m; + consoleinfo "EVENT CORE, the %02d/%02d", .@d, .@m; // Is there another event this week? if (!$HARDCORE && .@o == MONDAY && !.@isinit) { |