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;