unhide username colors for 1+

This commit is contained in:
Xkeeper 2018-12-11 16:20:39 -08:00
parent b31be62ba7
commit b86165d4ef
No known key found for this signature in database
GPG Key ID: 397C04773ABE4045

View File

@ -97,7 +97,7 @@
$newpic = $statusicons['new']; # hack for compat $newpic = $statusicons['new']; # hack for compat
if ($loguser['powerlevel'] < 3) { if ($loguser['powerlevel'] <= 0) {
$nmcol[0][1] = $nmcol[0][0]; $nmcol[0][1] = $nmcol[0][0];
$nmcol[1][1] = $nmcol[1][0]; $nmcol[1][1] = $nmcol[1][0];
$nmcol[2][1] = $nmcol[2][0]; $nmcol[2][1] = $nmcol[2][0];