fixes the build palette, and a few silly errors.

This commit is contained in:
Bob
2010-01-12 15:25:27 +13:00
parent 5a29dd6ee2
commit 275100938d
5 changed files with 14 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRa
public bool Contains<T>()
{
return innerInherit.Keys.Contains( typeof( T ) );
return innerInherit[ typeof( T ) ].Count != 0;
}
public T Get<T>()