Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 5, 2023
1 parent 7671b24 commit fff1894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/commonMain/kotlin/ui/waitingRoom.kt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ suspend fun WaitingRoomState.waitingRoom(room: UUID) {
val packet = it.packet
if (packet !is PlayerJoinPacket) return@onEvent
val username = packet.username
uiText("${username}이(가) 서버에 참여했습니다")
chat("${username}이(가) 서버에 참여했습니다")
profile(username, profiles, profileSize)
}
onEvent(PacketEvent) {
Expand Down

0 comments on commit fff1894

Please sign in to comment.