Changed admin to developer for pairs
This commit is contained in:
@@ -313,7 +313,7 @@ public class DrawUserPair
|
|||||||
using (ImRaii.PushColor(ImGuiCol.Text, roleColor))
|
using (ImRaii.PushColor(ImGuiCol.Text, roleColor))
|
||||||
{
|
{
|
||||||
ImGui.TextUnformatted(_pair.UserData.IsAdmin
|
ImGui.TextUnformatted(_pair.UserData.IsAdmin
|
||||||
? "Official Lightless Admin"
|
? "Official Lightless Developer"
|
||||||
: "Official Lightless Moderator");
|
: "Official Lightless Moderator");
|
||||||
}
|
}
|
||||||
ImGui.EndTooltip();
|
ImGui.EndTooltip();
|
||||||
|
|||||||
Reference in New Issue
Block a user