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.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/apis/Profiles.kt b/src/main/kotlin/apis/Profiles.kt
index 789364a..6b3c50d 100644
--- a/src/main/kotlin/apis/Profiles.kt
+++ b/src/main/kotlin/apis/Profiles.kt
@@ -188,7 +188,7 @@ data class PlayerData(
}
@Serializable
-data class AshconNameLookup(
+data class MowojangNameLookup(
val username: String,
- val uuid: UUID,
+ val id: UUID,
)