Content ecs containers (#22484)
This commit is contained in:
@@ -28,7 +28,7 @@ public partial class SharedGunSystem
|
||||
var ent = container.ContainedEntities[0];
|
||||
|
||||
if (_netManager.IsServer)
|
||||
container.Remove(ent);
|
||||
Containers.Remove(ent, container);
|
||||
|
||||
args.Ammo.Add((ent, EnsureShootable(ent)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user