디버깅용 로그 제거
This commit is contained in:
@@ -270,10 +270,6 @@ namespace Northbound
|
||||
|
||||
ShowGatheringEffectClientRpc();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogWarning($"[Resource] Worker not in Following state! State: {(int)assignedWorker.CurrentState}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -370,7 +366,6 @@ namespace Northbound
|
||||
{
|
||||
if (NetworkManager.Singleton == null || NetworkManager.Singleton.SpawnManager == null)
|
||||
{
|
||||
Debug.LogWarning($"[Resource] FindWorkerForPlayer - NetworkManager or SpawnManager is null");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user