Serv3 rework content changes (#7145)
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Content.IntegrationTests.Tests
|
||||
{
|
||||
foreach (var proto in prototypeManager.EnumeratePrototypes<EntityPrototype>())
|
||||
{
|
||||
if (proto.Abstract || !proto.Components.ContainsKey("Sprite")) continue;
|
||||
if (proto.NoSpawn || proto.Abstract || !proto.Components.ContainsKey("Sprite")) continue;
|
||||
|
||||
Assert.DoesNotThrow(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user