[oform] New default color for the default role

This commit is contained in:
KirillovIlya
2022-12-28 16:04:17 +03:00
parent f7e84e5912
commit 3d5237c5ed

View File

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