mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
/follow no longer makes you leave current place
This commit is contained in:
parent
927074c26a
commit
9441f0758a
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ cmd(a, args, dest, command) {
|
|||
case "f":
|
||||
case "follow":
|
||||
if (v("invitationplace")) {
|
||||
teleport(v("invitationplace"), "_follow");
|
||||
teleport(v("invitationplace"), "_follow", 0, STAY);
|
||||
vDel("invitationplace");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue