diff --git a/oform/format/UserMaster.js b/oform/format/UserMaster.js index fe851ea..c17b86b 100644 --- a/oform/format/UserMaster.js +++ b/oform/format/UserMaster.js @@ -103,7 +103,7 @@ { // TODO: Возможно стоит придумать уникальный id общий для дефолтовой роли this.setRole("Anyone"); - this.setColor(128, 128, 128); + this.setColor(255, 239, 191); }; CUserMaster.prototype.compare = function(user) {