Add the world components of the new editor.
This commit is contained in:
@@ -102,8 +102,9 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
{
|
||||
leaveButton.Disabled = true;
|
||||
|
||||
Sound.PlayNotification(world.Map.Rules, null, "Speech", "Leave",
|
||||
world.LocalPlayer == null ? null : world.LocalPlayer.Country.Race);
|
||||
if (world.Type == WorldType.Regular)
|
||||
Sound.PlayNotification(world.Map.Rules, null, "Speech", "Leave",
|
||||
world.LocalPlayer == null ? null : world.LocalPlayer.Country.Race);
|
||||
|
||||
var exitDelay = 1200;
|
||||
if (mpe != null)
|
||||
|
||||
Reference in New Issue
Block a user