Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Content.Server.Roles
|
||||
return;
|
||||
}
|
||||
|
||||
var role = new Job(mind, jobPrototype!);
|
||||
var role = new Job(mind, jobPrototype);
|
||||
mind.AddRole(role);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user