From 94ff60c84a8613e177a9072cf961f1a8e887d14b Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:10:38 -0600 Subject: [PATCH] Move keybinds to client data --- scripts/server/class.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [];