fix: oversite in mowojang - username -> name

This commit is contained in:
Jacob
2025-05-08 11:28:17 +08:00
committed by Linnea Gräf
parent 6663f70f36
commit 7d392a8679
2 changed files with 4 additions and 4 deletions

View File

@@ -189,6 +189,6 @@ data class PlayerData(
@Serializable
data class MowojangNameLookup(
val username: String,
val name: String,
val id: UUID,
)