summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index bc6624a7..6a0aeb72 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -600,7 +600,7 @@ function script camera {
}
function script mapmask {
- sendmapmask getmapname(), getarg(0);
+ sendmapmask getarg(0);
return;
}