removed SortedPlayers prints

This commit is contained in:
minjaesong
2023-09-21 16:25:11 +09:00
parent e2a71467db
commit ee5e81e3f4

View File

@@ -878,10 +878,10 @@ fun AppUpdateListOfSavegames() {
} }
} }
println("SortedPlayers...") /*println("SortedPlayers...")
App.sortedPlayers.forEach { App.sortedPlayers.forEach {
println(it) println(it)
} }*/
} }