씬에 배치된 코어의 컬라이더 좌표가 이상한 문제 수정

Interact가 불가능했음.
This commit is contained in:
2026-02-16 21:19:11 +09:00
parent 7175edc1d1
commit 2f624f621c
3 changed files with 28 additions and 64 deletions

View File

@@ -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)