Merge pull request #2879 from bidifx/chat
closes #2874: improved ingame chat
This commit is contained in:
@@ -59,6 +59,7 @@ namespace OpenRA.Network
|
||||
public string Bot; // Bot type, null for real clients
|
||||
public bool IsAdmin;
|
||||
public bool IsReady { get { return State == ClientState.Ready; } }
|
||||
public bool IsObserver { get { return Slot == null; } }
|
||||
}
|
||||
|
||||
public class Slot
|
||||
|
||||
Reference in New Issue
Block a user