From daa159623065072a50c063178148eaaceb7ac53e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 15 Oct 2021 22:37:36 -0500 Subject: [PATCH] Add client return-to type --- scripts/server/class.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/class.js b/scripts/server/class.js index 32dc8cda..e0db3296 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -239,6 +239,7 @@ class ClientData { this.returnToDimension = null; this.returnToHouse = null; this.returnToBusiness = null; + this.returnToType = VRR_RETURNTO_TYPE_NONE; this.changingCharacterName = false;