diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 1267151905..5798d39c22 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -68,7 +68,7 @@ namespace Content.IntegrationTests.Tests //Generate list of non-abstract prototypes to test foreach (var prototype in prototypeMan.EnumeratePrototypes()) { - if (prototype.NoSpawn || prototype.Abstract) + if (prototype.Abstract) { continue; }