Remove Ammo component references (#19537)
This commit is contained in:
@@ -30,7 +30,7 @@ public partial class SharedGunSystem
|
||||
if (_netManager.IsServer)
|
||||
container.Remove(ent);
|
||||
|
||||
args.Ammo.Add((ent, EnsureComp<AmmoComponent>(ent)));
|
||||
args.Ammo.Add((ent, EnsureShootable(ent)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user