Fix editor compilation.

This commit is contained in:
Paul Chote
2014-03-16 18:12:38 +13:00
parent f528ff5c6f
commit 8cd643e06a
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenRA
}
}
static IEnumerable<string> FindMapsIn(string dir)
public static IEnumerable<string> FindMapsIn(string dir)
{
string[] noMaps = { };