mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
remove debug log
This commit is contained in:
parent
434768170e
commit
37c03e3473
@ -22,8 +22,6 @@ public static class Extensions
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static void SpawnLinked(this ILinkedWorldObject<NetworkBehaviour> worldObject, GameObject prefab, bool spawnWithServerAuthority)
|
public static void SpawnLinked(this ILinkedWorldObject<NetworkBehaviour> worldObject, GameObject prefab, bool spawnWithServerAuthority)
|
||||||
{
|
{
|
||||||
DebugLog.DebugWrite($"SpawnLinked {prefab.name}");
|
|
||||||
|
|
||||||
var go = Object.Instantiate(prefab);
|
var go = Object.Instantiate(prefab);
|
||||||
var networkBehaviour = go.GetComponent<ILinkedNetworkBehaviour>();
|
var networkBehaviour = go.GetComponent<ILinkedNetworkBehaviour>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user