summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-19 01:23:14 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-19 01:23:14 -0300
commit88e2bbd9770ca078295966b83d927bd5a07ce3a4 (patch)
treea64b06935020b3d1e4cb6faf5e7d0ad2120405cd
parentdf58da7c168780fe5705edb5f2bb56fd4b7d09ac (diff)
downloadserverdata-88e2bbd9770ca078295966b83d927bd5a07ce3a4.tar.gz
serverdata-88e2bbd9770ca078295966b83d927bd5a07ce3a4.tar.bz2
serverdata-88e2bbd9770ca078295966b83d927bd5a07ce3a4.tar.xz
serverdata-88e2bbd9770ca078295966b83d927bd5a07ce3a4.zip
Make weather less verbose (saves in logfile)
-rw-r--r--npc/functions/weather.txt4
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) {