Changes for prototype load parallelization (#13066)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
584921b423
commit
a323671984
@@ -11,7 +11,7 @@ namespace Content.Server.Traitor
|
||||
public TraitorRole(Mind.Mind mind, AntagPrototype antagPrototype) : base(mind)
|
||||
{
|
||||
Prototype = antagPrototype;
|
||||
Name = antagPrototype.Name;
|
||||
Name = Loc.GetString(antagPrototype.Name);
|
||||
Antagonist = antagPrototype.Antagonist;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user