Update PistolComponent.cs

This commit is contained in:
sebastianhampel1 2023-06-15 12:49:37 -04:00
parent 28a3f7ddd8
commit 0779b443ff

View File

@ -133,7 +133,6 @@ namespace Item
private void SpawnBullet(GameObject projectile)
{
InstanceFinder.ServerManager.Spawn(projectile);
}