씬에 배치된 코어의 컬라이더 좌표가 이상한 문제 수정
Interact가 불가능했음.
This commit is contained in:
@@ -194,7 +194,7 @@ namespace Northbound
|
||||
return false;
|
||||
|
||||
// 플레이어가 자원을 가지고 있는지 확인
|
||||
if (NetworkManager.Singleton != null &&
|
||||
if (NetworkManager.Singleton != null &&
|
||||
NetworkManager.Singleton.ConnectedClients.TryGetValue(playerId, out var client))
|
||||
{
|
||||
if (client.PlayerObject != null)
|
||||
|
||||
Reference in New Issue
Block a user