/follow no longer makes you leave current place

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:05 +00:00
parent 927074c26a
commit 9441f0758a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}