Sheet-meister 2000 (#16686)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.IntegrationTests.Tests.Materials
|
||||
{
|
||||
foreach (var proto in allMaterialProtos)
|
||||
{
|
||||
if (proto.StackEntity == "")
|
||||
if (proto.StackEntity == null)
|
||||
continue;
|
||||
|
||||
var spawned = entityManager.SpawnEntity(proto.StackEntity, coords);
|
||||
|
||||
Reference in New Issue
Block a user