diff --git a/scripts/server/class.js b/scripts/server/class.js index 62ce4b2c..9f6ac955 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -251,6 +251,8 @@ class ClientData { this.currentPickup = false; this.usingSkinSelect = false; + + this.keyBinds = []; } }; @@ -276,7 +278,6 @@ class AccountData { this.notes = []; this.messages = []; - this.keyBinds = []; this.contacts = []; this.subAccounts = []; @@ -306,7 +307,6 @@ class AccountData { this.notes = []; this.messages = []; - this.keyBinds = []; this.contacts = []; this.subAccounts = [];