Add client return-to type

This commit is contained in:
Vortrex
2021-10-15 22:37:36 -05:00
parent e3eb3c3407
commit daa1596230

View File

@@ -239,6 +239,7 @@ class ClientData {
this.returnToDimension = null;
this.returnToHouse = null;
this.returnToBusiness = null;
this.returnToType = VRR_RETURNTO_TYPE_NONE;
this.changingCharacterName = false;