diff options
Diffstat (limited to 'npc/commands/resync.txt')
-rw-r--r-- | npc/commands/resync.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index 5512e5d8c..bd32d320f 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -19,9 +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(6,15); + */ + atcommand("@refresh"); end; OnInit: |