hook in an ai stub. all it does for now is deploy the mcv.

This commit is contained in:
Chris Forbes
2010-08-11 17:55:54 +12:00
committed by alzeih
parent 05bf6d83f2
commit e74c3eeb2e
4 changed files with 45 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ namespace OpenRA
throw new InvalidOperationException("Desync in DispatchMouseInput");
}
internal static bool IsHost
public static bool IsHost
{
get { return orderManager.Connection.LocalClientId == 0; }
}