Include nospawn in tests (#8293)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Content.IntegrationTests.Tests
|
|||||||
//Generate list of non-abstract prototypes to test
|
//Generate list of non-abstract prototypes to test
|
||||||
foreach (var prototype in prototypeMan.EnumeratePrototypes<EntityPrototype>())
|
foreach (var prototype in prototypeMan.EnumeratePrototypes<EntityPrototype>())
|
||||||
{
|
{
|
||||||
if (prototype.NoSpawn || prototype.Abstract)
|
if (prototype.Abstract)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user