(a2b4f82e7) Fixed Job.Save not saving the identifier of the job, preventing jobs from being loaded correctly if the language is changed after saving.
This commit is contained in:
@@ -190,6 +190,7 @@ namespace Barotrauma
|
||||
XElement jobElement = new XElement("job");
|
||||
|
||||
jobElement.Add(new XAttribute("name", Name));
|
||||
jobElement.Add(new XAttribute("identifier", prefab.Identifier));
|
||||
|
||||
foreach (KeyValuePair<string, Skill> skill in skills)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user