Skip to content

Commit 689e1d8

Browse files
committed
Plug my ass more
1 parent 42ed7e7 commit 689e1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game/client/components/tclient/menus_tclient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,10 +2111,10 @@ void CMenus::RenderSettingsTClientInfo(CUIRect MainView)
21112111
{
21122112
RightView.HSplitTop(CardSize, &DevCardRect, &RightView);
21132113
DevCardRect.VSplitLeft(CardSize, &TeeRect, &Label);
2114-
Label.VSplitLeft(TextRender()->TextWidth(LineSize, "Solly"), &Label, &Button);
2114+
Label.VSplitLeft(TextRender()->TextWidth(LineSize, "SollyBunny / bun bun"), &Label, &Button);
21152115
Button.VSplitLeft(MarginSmall, nullptr, &Button);
21162116
Button.w = LineSize, Button.h = LineSize, Button.y = Label.y + (Label.h / 2.0f - Button.h / 2.0f);
2117-
Ui()->DoLabel(&Label, "Solly", LineSize, TEXTALIGN_ML);
2117+
Ui()->DoLabel(&Label, "SollyBunny / bun bun", LineSize, TEXTALIGN_ML);
21182118
if(Ui()->DoButton_FontIcon(&s_LinkButton3, FONT_ICON_ARROW_UP_RIGHT_FROM_SQUARE, 0, &Button, IGraphics::CORNER_ALL))
21192119
Client()->ViewLink("https://github.com/SollyBunny");
21202120
RenderDevSkin(TeeRect.Center(), 50.0f, "tuzi", "tuzi", false, 0, 0, 2, true);

0 commit comments

Comments
 (0)