Serv3 rework content changes (#7145)
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Content.Client.Changelog
|
||||
return new List<ChangelogEntry>();
|
||||
|
||||
var node = (MappingDataNode)yamlData.Documents[0].RootNode.ToDataNode();
|
||||
return _serialization.ReadValueOrThrow<List<ChangelogEntry>>(node["Entries"]);
|
||||
return _serialization.Read<List<ChangelogEntry>>(node["Entries"]);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user