From 8ca3e6053c4880c93c50ca1411fa2eb023bd7d59 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 May 2020 08:57:41 -0300 Subject: The plan is: If `debug` is set, skip day/night cycle. This will save RAM, which keeps killing test server. --- npc/functions/weather.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index c6b0876ad..09d72513d 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -200,7 +200,7 @@ OnMinute45: debugmes "[Weather.sys] Regenerated"; // Hardcore: Skip day/night cycles - if ($HARDCORE) { + if ($HARDCORE || debug) { $@WEATHER_NIGHT=is_night(true); end; } -- cgit v1.2.3-60-g2f50