shitcode is real

This commit is contained in:
Remuchi
2024-04-13 14:15:41 +07:00
parent e2b6002076
commit 57e50ceed5
7 changed files with 23 additions and 22 deletions

View File

@@ -187,7 +187,7 @@ public sealed partial class GunSystem : SharedGunSystem
continue;
}
_projectile.TryHandleProjectile(target, (ammoUid, projectileComponent));
_projectile.TryHandleProjectile(target, (ammoUid, projectileComponent), null);
// Even this deletion handling is mega sussy.
Del(ammoUid);
}