This commit is contained in:
DrSmugleaf
2021-02-20 00:15:43 +01:00
committed by GitHub
parent eada37378a
commit 2409965cf8

View File

@@ -337,6 +337,12 @@ namespace Robust.Shared.Prototypes
try
{
using var reader = await ReadFile(file, !overwrite);
if (reader == null)
{
return changedPrototypes;
}
var yamlStream = new YamlStream();
yamlStream.Load(reader);