Change admin to developer for pairs #46

Merged
cake merged 1 commits from change-admin-developer into 1.12.1 2025-10-05 18:14:05 +00:00
Showing only changes of commit fdfd5722c7 - Show all commits

View File

@@ -313,7 +313,7 @@ public class DrawUserPair
using (ImRaii.PushColor(ImGuiCol.Text, roleColor))
{
ImGui.TextUnformatted(_pair.UserData.IsAdmin
? "Official Lightless Admin"
? "Official Lightless Developer"
: "Official Lightless Moderator");
}
ImGui.EndTooltip();