Sheet-meister 2000 (#16686)

This commit is contained in:
Nemanja
2023-06-14 20:49:23 -04:00
committed by GitHub
parent df39370055
commit 9946bd1f61
51 changed files with 439 additions and 15 deletions

View File

@@ -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);