Skip to content

Commit

Permalink
xrGame/UIKickPlayer.cpp: return kick/ban list UI background in CS (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 22, 2024
1 parent 04cc8e1 commit c6397dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/ui/UIKickPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void CUIKickPlayer::Init_internal(CUIXml& xml_doc)
{
CUIXmlInit::InitWindow(xml_doc, "kick_ban", 0, this);
CUIXmlInit::InitStatic(xml_doc, "kick_ban:background", 0, bkgrnd);
// CUIXmlInit::InitFrameWindow (xml_doc, "kick_ban:list_back", 0, lst_back);
CUIXmlInit::InitFrameWindow(xml_doc, "kick_ban:list_back", 0, lst_back, false);
CUIXmlInit::InitListBox(xml_doc, "kick_ban:list", 0, m_ui_players_list);
CUIXmlInit::Init3tButton(xml_doc, "kick_ban:btn_ok", 0, btn_ok);
CUIXmlInit::Init3tButton(xml_doc, "kick_ban:btn_cancel", 0, btn_cancel);
Expand Down

0 comments on commit c6397dc

Please sign in to comment.