1.12.1 #43

Merged
defnotken merged 32 commits from 1.12.1 into master 2025-10-08 17:57:23 +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();