Merge branch 'master' into buckle-locker-fix-1262
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Content.Server.PDA
|
||||
var entity = _entityManager.GetEntity(acc.AccountHolder);
|
||||
if (entity.TryGetComponent(out MindComponent mindComponent))
|
||||
{
|
||||
if (mindComponent.Mind.AllRoles.Any(role => !role.Antag))
|
||||
if (mindComponent.Mind.AllRoles.Any(role => !role.Antagonist))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user