added white remap

This commit is contained in:
Chris Forbes
2010-02-27 12:40:01 +13:00
parent 4ad43da17a
commit fb0936a5d6
8 changed files with 199 additions and 1 deletions

View File

@@ -302,7 +302,7 @@ namespace OpenRA.Server
}
int pali;
if (!int.TryParse(s, out pali) || pali < 0 || pali > 7)
if (!int.TryParse(s, out pali))
{
Console.WriteLine("Invalid palette: {0}", s);
return false;