Skip to content

Commit 4b0578d

Browse files
authored
Include nospawn in tests (#8293)
1 parent 631b024 commit 4b0578d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Content.IntegrationTests/Tests/EntityTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public async Task SpawnTest()
6868
//Generate list of non-abstract prototypes to test
6969
foreach (var prototype in prototypeMan.EnumeratePrototypes<EntityPrototype>())
7070
{
71-
if (prototype.NoSpawn || prototype.Abstract)
71+
if (prototype.Abstract)
7272
{
7373
continue;
7474
}

0 commit comments

Comments
 (0)