디버깅용 로그 제거
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Northbound
|
||||
PlaySoundClientRpc(true);
|
||||
}
|
||||
|
||||
Debug.Log($"<color=cyan>[TeamGate] {other.name} 텔레포트: {triggeredCollider.name} -> {exitPoint.name}</color>");
|
||||
// Debug.Log($"<color=cyan>[TeamGate] {other.name} 텔레포트: {triggeredCollider.name} -> {exitPoint.name}</color>");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -177,7 +177,7 @@ namespace Northbound
|
||||
PlaySoundClientRpc(false);
|
||||
}
|
||||
|
||||
Debug.Log($"<color=yellow>[TeamGate] {other.name} 차단됨 - 팀: {teamMember.GetTeam()}</color>");
|
||||
// Debug.Log($"<color=yellow>[TeamGate] {other.name} 차단됨 - 팀: {teamMember.GetTeam()}</color>");
|
||||
}
|
||||
|
||||
_triggerStates[other] = false;
|
||||
|
||||
Reference in New Issue
Block a user