From b86165d4ef54573de3cacdc0c5c1af3fc64a80f6 Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Tue, 11 Dec 2018 16:20:39 -0800 Subject: [PATCH] unhide username colors for 1+ --- lib/colors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/colors.php b/lib/colors.php index 313d935..bc0c849 100644 --- a/lib/colors.php +++ b/lib/colors.php @@ -97,7 +97,7 @@ $newpic = $statusicons['new']; # hack for compat - if ($loguser['powerlevel'] < 3) { + if ($loguser['powerlevel'] <= 0) { $nmcol[0][1] = $nmcol[0][0]; $nmcol[1][1] = $nmcol[1][0]; $nmcol[2][1] = $nmcol[2][0];