This commit is contained in:
ErickSkrauch
2023-11-20 02:16:44 +01:00
parent 574d03d02f
commit 2bc83f39cf
3 changed files with 43 additions and 46 deletions

View File

@@ -11,4 +11,5 @@ class MojangApiRoute extends BasePage {
public function usernamesByUuid($uuid) {
$this->getActor()->sendGET("/api/mojang/profiles/{$uuid}/names");
}
}