diff --git a/app/Classes/Pterodactyl.php b/app/Classes/Pterodactyl.php index 4ffed33f..1525d5f9 100644 --- a/app/Classes/Pterodactyl.php +++ b/app/Classes/Pterodactyl.php @@ -241,7 +241,7 @@ class Pterodactyl * @param int $pterodactylId * @return mixed */ - public static function getServerAttributes(string $pterodactylId) + public static function getServerAttributes(int $pterodactylId) { try { $response = self::client()->get("/application/servers/{$pterodactylId}?include=egg,node,nest,location");