From 859936e0cfebc071e15ee3ec31dcd8727596d6d6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 30 Nov 2021 21:53:20 -0600 Subject: [PATCH] Woops that's not an int --- scripts/server/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server/class.js b/scripts/server/class.js index 5761be31..8913b69b 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -484,7 +484,7 @@ class SubAccountData { this.armour = toInteger(dbAssoc["sacct_armour"]); this.inHouse = toInteger(dbAssoc["sacct_inhouse"]); this.inBusiness = toInteger(dbAssoc["sacct_inbusiness"]); - this.accent = toInteger(dbAssoc["sacct_accent"]); + this.accent = toString(dbAssoc["sacct_accent"]); this.bodyParts = { hair: [toInteger(dbAssoc["sacct_svr_hd_part_hair_model"]) || 0, toInteger(dbAssoc["sacct_svr_hd_part_hair_texture"]) || 0],