From 3003e492779b4baf7ae0563ca7b0e07e4d271b12 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 9 Dec 2011 21:58:57 +1300 Subject: [PATCH] remove spurious extra FieldLoader.Load() call in Map.cs --- OpenRA.Game/Map.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 52233ad585..807667e05d 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -121,9 +121,6 @@ namespace OpenRA FieldLoader.Load(this, yaml); Uid = ComputeHash(); - // 'Simple' metadata - FieldLoader.Load( this, yaml ); - // Support for formats 1-3 dropped 2011-02-11. // Use release-20110207 to convert older maps to format 4 // Use release-20110511 to convert older maps to format 5