mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix build (#1575)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user