initially spawn with no authority

This commit is contained in:
JohnCorby 2021-12-18 15:17:20 -08:00
parent fa13a40941
commit aa155f802b

View File

@ -14,7 +14,7 @@ namespace QSB.OrbSync.WorldObjects
{
if (QSBCore.IsHost)
{
Object.Instantiate(QSBNetworkManager.Instance.OrbPrefab).SpawnWithServerAuthority();
QNetworkServer.Spawn(Object.Instantiate(QSBNetworkManager.Instance.OrbPrefab));
}
StartDelayedReady();