Skip to content

Commit e16ae0e

Browse files
authored
1 parent 1cc21d9 commit e16ae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content.Shared/Roles/SharedRoleSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public void MindPlaySound(EntityUid mindId, SoundSpecifier? sound, MindComponent
684684
/// <inheritdoc cref="GetRoleRequirements(JobPrototype)"/>
685685
public HashSet<JobRequirement>? GetRoleRequirements(AntagPrototype antag)
686686
{
687-
if (_requirementOverride != null && _requirementOverride.Jobs.TryGetValue(antag.ID, out var req))
687+
if (_requirementOverride != null && _requirementOverride.Antags.TryGetValue(antag.ID, out var req))
688688
return req;
689689

690690
return antag.Requirements;

0 commit comments

Comments
 (0)