diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/weather.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 09d72513d..db73f93e5 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -113,7 +113,7 @@ OnMinute00: OnMinute15: OnMinute30: OnMinute45: - debugmes "[Weather.sys] Starting to regen"; + //debugmes "[Weather.sys] Starting to regen"; .@hti = htiterator(.wcore); for(.@key$ = htinextkey(.@hti); hticheck(.@hti); .@key$ = htinextkey(.@hti)) { @@ -197,7 +197,7 @@ OnMinute45: } } htidelete(.@hti); - debugmes "[Weather.sys] Regenerated"; + //debugmes "[Weather.sys] Regenerated"; // Hardcore: Skip day/night cycles if ($HARDCORE || debug) { |