NetworkSpawn now gets called on Scene objects on the server
This commit is contained in:
parent
f6c41db513
commit
a0157be9dd
@ -224,6 +224,7 @@ namespace MLAPI.MonoBehaviours.Core
|
||||
SpawnManager.spawnedObjects.Add(networkId, sceneObjects[i]);
|
||||
sceneObjects[i]._isSpawned = true;
|
||||
sceneObjects[i].sceneObject = true;
|
||||
sceneObjects[i].InvokeBehaviourNetworkSpawn();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user