mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 18:40:03 +00:00
initially spawn with no authority
This commit is contained in:
parent
fa13a40941
commit
aa155f802b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user