mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Remove gun .Owners (#14585)
This commit is contained in:
@@ -298,7 +298,7 @@ namespace Content.Server.Singularity.EntitySystems
|
||||
_projectile.SetShooter(proj, uid);
|
||||
|
||||
var targetPos = new EntityCoordinates(uid, (0, -1));
|
||||
_gun.Shoot(guncomp, ent, xform.Coordinates, targetPos);
|
||||
_gun.Shoot(uid, guncomp, ent, xform.Coordinates, targetPos);
|
||||
}
|
||||
|
||||
private void UpdateAppearance(EmitterComponent component)
|
||||
|
||||
Reference in New Issue
Block a user