From 9441f0758a4d8a76dac791afa4ebe44ad6c34e69 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: [PATCH] /follow no longer makes you leave current place --- world/net/usercmd.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/net/usercmd.i b/world/net/usercmd.i index 40991b0..6481083 100644 --- a/world/net/usercmd.i +++ b/world/net/usercmd.i @@ -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; }