Include nospawn in tests (#8293)

This commit is contained in:
Leon Friedrich
2022-05-20 11:24:02 +12:00
committed by GitHub
parent 631b024c2f
commit 4b0578d1d5

View File

@@ -68,7 +68,7 @@ namespace Content.IntegrationTests.Tests
//Generate list of non-abstract prototypes to test
foreach (var prototype in prototypeMan.EnumeratePrototypes<EntityPrototype>())
{
if (prototype.NoSpawn || prototype.Abstract)
if (prototype.Abstract)
{
continue;
}