diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:34:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-26 18:34:31 -0300 |
commit | a5feabbe67a3253273e4f36c5ac1d32efd314435 (patch) | |
tree | c7fffcf2b0ab45b911caa5f6afb2af51e58ed13c /npc/functions | |
parent | edd5c424b7d06e0033a16fbcd7a37d746674d46a (diff) | |
download | serverdata-a5feabbe67a3253273e4f36c5ac1d32efd314435.tar.gz serverdata-a5feabbe67a3253273e4f36c5ac1d32efd314435.tar.bz2 serverdata-a5feabbe67a3253273e4f36c5ac1d32efd314435.tar.xz serverdata-a5feabbe67a3253273e4f36c5ac1d32efd314435.zip |
[skip ci] Oh, don't be so dramatic @Jesusalva - it is just some minor all-map-breaking bug.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/weather.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 2ec121048..b07ad71e6 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -98,8 +98,7 @@ OnMinute45: } else { debugmes "Warning warning, blame Saulc! Weather system error on map "+.@key$; - announce("ERROR BLAME SAULC! WEATHER SYSTEM CORRUPTED. KILLING MAP SERVERS.", bc_all); - atcommand "@mapexit"; + announce("ERROR BLAME SAULC! WEATHER SYSTEM CORRUPTED.", bc_all); } // Bugfix |