diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:23:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 18:23:13 -0300 |
commit | f7df9a9a2d612a5fad24f871ba507e47de2c8083 (patch) | |
tree | c93b5fa9dc478f7f322f206217d6661170a56289 /npc/functions/main.txt | |
parent | 27dfd5940c5c10d7317b7ef241e9b6f1e2c215b5 (diff) | |
download | serverdata-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.txt | 2 |
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; } |