diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:42:46 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:42:46 -0200 |
commit | dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf (patch) | |
tree | 82ad35df670a1074475cc01850c63b7190e1bf7e /npc/commands | |
parent | dfc6f5fa733d3a0c42113f92540bc4145e9468e2 (diff) | |
download | serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.gz serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.bz2 serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.xz serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.zip |
Move resync to legacy behavior. Sponsors can reload EVERYTHING with @refresh
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/resync.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index 53a406061..e95319acd 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -19,12 +19,12 @@ OnCall: dispbottom l("Not resync'ing to prevent flood."); end; } - /* getmapxy(.@m$, .@x, .@y, 0); slide .@x, .@y; - */ @rsync_delay=gettimetick(2)+rand(4,6); + /* atcommand("@refresh"); + */ end; OnInit: |