diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 14:39:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 14:39:18 -0300 |
commit | 70130373f1352f7a2cc2e79d7becd4275e982e1e (patch) | |
tree | 62efc25ebc224e0f0d4a5fb5584af3cba5a3623c /npc | |
parent | 6b012daf62f54340fd237bdfae1ed4a2dcb9bbad (diff) | |
download | serverdata-jesusalva/spotlight.tar.gz serverdata-jesusalva/spotlight.tar.bz2 serverdata-jesusalva/spotlight.tar.xz serverdata-jesusalva/spotlight.zip |
Using @w will now also update spotlights for gms. @warp will NOT use spotlights!jesusalva/spotlight
@recall won't use spotlights either, so be CAREFUL!
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/warp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 318489d7..e4e5c92c 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -70,6 +70,7 @@ OnCall: } slide_or_warp(.@map$, .@x, .@y); + updateSpotlight(); end; OnInit: |