diff --git a/OpenRA.Game/GameRules/VoiceInfo.cs b/OpenRA.Game/GameRules/VoiceInfo.cs index a136a77e4c..9a30286c71 100644 --- a/OpenRA.Game/GameRules/VoiceInfo.cs +++ b/OpenRA.Game/GameRules/VoiceInfo.cs @@ -27,7 +27,7 @@ namespace OpenRA.GameRules return y.NodesDict.ContainsKey( name ) ? y.NodesDict[ name ].NodesDict.ToDictionary( a => a.Key, - a => (string[])FieldLoader.GetValue( "(value)", typeof( string[] ), a.Value.Value ) ) + a => FieldLoader.GetValue( "(value)", a.Value.Value ) ) : new Dictionary(); }