aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/apis/Profiles.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/apis/Profiles.kt')
-rw-r--r--src/main/kotlin/apis/Profiles.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/apis/Profiles.kt b/src/main/kotlin/apis/Profiles.kt
index 6b3c50d..156de89 100644
--- a/src/main/kotlin/apis/Profiles.kt
+++ b/src/main/kotlin/apis/Profiles.kt
@@ -189,6 +189,6 @@ data class PlayerData(
@Serializable
data class MowojangNameLookup(
- val username: String,
+ val name: String,
val id: UUID,
)