v0.5.0.1 + re-enabled the black wall damage indicators, client permissions disabled
This commit is contained in:
@@ -125,8 +125,8 @@ namespace Barotrauma.Networking
|
||||
}
|
||||
|
||||
public bool HasPermission(ClientPermissions permission)
|
||||
{
|
||||
return Permissions.HasFlag(permission);
|
||||
{
|
||||
return false; //Permissions.HasFlag(permission);
|
||||
}
|
||||
|
||||
public T GetVote<T>(VoteType voteType)
|
||||
|
||||
Reference in New Issue
Block a user