From 3716f0561c283bc8a21bfebf696930dc0c53bdc4 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 15 Oct 2011 13:01:45 +1300 Subject: [PATCH] fix formatting --- OpenRA.Game/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Player.cs b/OpenRA.Game/Player.cs index 9f18ac9946..c928b0b3eb 100644 --- a/OpenRA.Game/Player.cs +++ b/OpenRA.Game/Player.cs @@ -36,7 +36,7 @@ namespace OpenRA public readonly PlayerReference PlayerReference; public bool IsBot; - public Shroud Shroud { get { return World.LocalShroud; }} + public Shroud Shroud { get { return World.LocalShroud; } } public World World { get; private set; } static CountryInfo ChooseCountry(World world, string name)