Skip to content

Commit 5b5d226

Browse files
ClearInfo when setting new info (#627)
1 parent f13ba44 commit 5b5d226

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DXMainClient/DXGUI/Multiplayer/GameInformationPanel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ public override void Initialize()
135135

136136
public void SetInfo(GenericHostedGame game)
137137
{
138+
ClearInfo();
139+
138140
this.game = game;
139141

140142
// we don't have the ID of a map here

0 commit comments

Comments
 (0)