We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631b024 commit 4b0578dCopy full SHA for 4b0578d
1 file changed
Content.IntegrationTests/Tests/EntityTest.cs
@@ -68,7 +68,7 @@ public async Task SpawnTest()
68
//Generate list of non-abstract prototypes to test
69
foreach (var prototype in prototypeMan.EnumeratePrototypes<EntityPrototype>())
70
{
71
- if (prototype.NoSpawn || prototype.Abstract)
+ if (prototype.Abstract)
72
73
continue;
74
}
0 commit comments