spawn projectile on network

This commit is contained in:
in0finite 2020-12-26 23:57:51 +01:00
parent e825ecb6d4
commit 9d9b9743c5

View file

@ -49,6 +49,8 @@ namespace SanAndreasUnity.Behaviours
}
}
NetManager.Spawn(go);
return projectile;
}