Fix crash in OrderManager

This commit is contained in:
teinarss
2021-05-21 18:19:58 +02:00
committed by Paul Chote
parent acccb01c76
commit d10c592987
3 changed files with 41 additions and 25 deletions

View File

@@ -153,6 +153,7 @@ namespace OpenRA.Network
public bool IsReady => State == ClientState.Ready;
public bool IsInvalid => State == ClientState.Invalid;
public bool IsObserver => Slot == null;
public bool IsBot => Bot != null;
// Linked to the online player database
public string Fingerprint;