Skip to content

Commit

Permalink
fix: #106-참가자로 저장되는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunJaeyeon committed Dec 1, 2024
1 parent ec238ec commit 8c8af3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import SwiftUI
if player.isHost {
tempPlayers[index].nickname = "진행자"
} else {
tempPlayers[index].nickname = "참가자\(player.turn - 1)"
tempPlayers[index].nickname = "도전자\(player.turn - 1)"
}
}
}
Expand Down

0 comments on commit 8c8af3d

Please sign in to comment.