(8b6b6ed4c) Added indication to server preview window if server has VOIP enabled

This commit is contained in:
Joonas Rikkonen
2019-04-23 11:17:55 +03:00
parent b48a854828
commit b6d854fc94
4 changed files with 15 additions and 3 deletions
@@ -377,6 +377,12 @@ namespace Barotrauma.Networking
private set;
}
[Serialize(true, true)]
public bool VoipEnabled {
get;
private set;
}
[Serialize(true, true)]
public bool EndRoundAtLevelEnd
{