summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 631934bad..85c78326b 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -128,7 +128,7 @@ OnMinute45:
if (.@m$ == "Not found")
dispbottom l("Command not permitted on this map! Check npc/functions/weather.conf");
else
- addmapmask(.@key$, MASK_RAIN);
+ addmapmask(.@key$, getarg(0));
return;
}