replace: ashcon with mowojang api

This commit is contained in:
Jacob
2025-05-04 18:20:06 +08:00
committed by Linnea Gräf
parent a70aa604a3
commit 9e42f111e9
2 changed files with 9 additions and 9 deletions

View File

@@ -188,7 +188,7 @@ data class PlayerData(
}
@Serializable
data class AshconNameLookup(
data class MowojangNameLookup(
val username: String,
val uuid: UUID,
val id: UUID,
)