Fix IDE0001
This commit is contained in:
@@ -172,10 +172,10 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
Game.BeforeGameStart += OnGameStart;
|
Game.BeforeGameStart += OnGameStart;
|
||||||
Game.ConnectionStateChanged += ConnectionStateChanged;
|
Game.ConnectionStateChanged += ConnectionStateChanged;
|
||||||
|
|
||||||
ChromeMetrics.TryGet<string>("ChatLineSound", out chatLineSound);
|
ChromeMetrics.TryGet("ChatLineSound", out chatLineSound);
|
||||||
ChromeMetrics.TryGet<string>("PlayerJoinedSound", out playerJoinedSound);
|
ChromeMetrics.TryGet("PlayerJoinedSound", out playerJoinedSound);
|
||||||
ChromeMetrics.TryGet<string>("PlayerLeftSound", out playerLeftSound);
|
ChromeMetrics.TryGet("PlayerLeftSound", out playerLeftSound);
|
||||||
ChromeMetrics.TryGet<string>("LobbyOptionChangedSound", out lobbyOptionChangedSound);
|
ChromeMetrics.TryGet("LobbyOptionChangedSound", out lobbyOptionChangedSound);
|
||||||
|
|
||||||
var name = lobby.GetOrNull<LabelWidget>("SERVER_NAME");
|
var name = lobby.GetOrNull<LabelWidget>("SERVER_NAME");
|
||||||
if (name != null)
|
if (name != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user