Unstable v0.19.5.0
This commit is contained in:
@@ -134,6 +134,14 @@ namespace Barotrauma.Networking
|
||||
return Permissions.HasFlag(permission);
|
||||
}
|
||||
|
||||
public void ResetVotes()
|
||||
{
|
||||
for (int i = 0; i < votes.Length; i++)
|
||||
{
|
||||
votes[i] = null;
|
||||
}
|
||||
}
|
||||
|
||||
partial void DisposeProjSpecific()
|
||||
{
|
||||
if (VoipQueue != null)
|
||||
|
||||
Reference in New Issue
Block a user