Fix starting gear multiple storage fills and tests (#32718)
* fix things * maybe fix everything
This commit is contained in:
@@ -150,6 +150,7 @@ public abstract class SharedStationSpawningSystem : EntitySystem
|
||||
|
||||
foreach (var (slot, entProtos) in startingGear.Storage)
|
||||
{
|
||||
ents.Clear();
|
||||
if (entProtos.Count == 0)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user