From 88e2bbd9770ca078295966b83d927bd5a07ce3a4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Oct 2020 01:23:14 -0300 Subject: Make weather less verbose (saves in logfile) --- npc/functions/weather.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/weather.txt') 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) { -- cgit v1.2.3-60-g2f50