Fix compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2020-11-28 17:48:56 +01:00
parent 503f72635f
commit 1508589a2b
6 changed files with 18 additions and 5 deletions

View File

@@ -411,6 +411,7 @@ namespace Robust.Shared.ContentPack
}
catch (UnsupportedMetadataException e)
{
errors.Add(new SandboxError(e));
return null;
}
})