Fix starting gear multiple storage fills and tests (#32718)

* fix things

* maybe fix everything
This commit is contained in:
Jajsha
2024-10-19 23:43:17 -04:00
committed by GitHub
parent 628f51bb3d
commit 8cf5f93b9f
2 changed files with 8 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ public abstract class SharedStationSpawningSystem : EntitySystem
foreach (var (slot, entProtos) in startingGear.Storage)
{
ents.Clear();
if (entProtos.Count == 0)
continue;