Remove gun .Owners (#14585)
This commit is contained in:
@@ -32,7 +32,7 @@ public partial class SharedGunSystem
|
||||
if (_netMan.IsServer)
|
||||
container.Remove(ent);
|
||||
|
||||
args.Ammo.Add(EnsureComp<AmmoComponent>(ent));
|
||||
args.Ammo.Add((ent, EnsureComp<AmmoComponent>(ent)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user