diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 16:04:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 16:04:24 -0300 |
commit | 8eec8848cf9334a4d5864e6393c689ec6e727730 (patch) | |
tree | 008672f2fbe72256468d3291e5905218ec3935da | |
parent | 510049c468560d366bb29009da2a4e97ea4edcc9 (diff) | |
download | serverdata-8eec8848cf9334a4d5864e6393c689ec6e727730.tar.gz serverdata-8eec8848cf9334a4d5864e6393c689ec6e727730.tar.bz2 serverdata-8eec8848cf9334a4d5864e6393c689ec6e727730.tar.xz serverdata-8eec8848cf9334a4d5864e6393c689ec6e727730.zip |
Fix startup, but this is a mess
-rw-r--r-- | npc/functions/weather.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 36bd99fec..d67212bb0 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -49,7 +49,9 @@ function script is_night { */ OnInit: + // This is weather startup .@init=true; + $@WEATHER_NIGHT=is_night(true); // Bind commands bindatcmd "wsnow", "#WeatherCore::OnSnow", 80, 80, 1; bindatcmd "wrain", "#WeatherCore::OnRain", 80, 80, 1; |