Woops that's not an int
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user