summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-13 18:23:13 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-13 18:23:13 -0300
commitf7df9a9a2d612a5fad24f871ba507e47de2c8083 (patch)
treec93b5fa9dc478f7f322f206217d6661170a56289 /npc/functions/main.txt
parent27dfd5940c5c10d7317b7ef241e9b6f1e2c215b5 (diff)
downloadserverdata-f7df9a9a2d612a5fad24f871ba507e47de2c8083.tar.gz
serverdata-f7df9a9a2d612a5fad24f871ba507e47de2c8083.tar.bz2
serverdata-f7df9a9a2d612a5fad24f871ba507e47de2c8083.tar.xz
serverdata-f7df9a9a2d612a5fad24f871ba507e47de2c8083.zip
*facepalm*
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;
}