diff --git a/app/Classes/Pterodactyl.php b/app/Classes/Pterodactyl.php index 276fcb02..bee54b71 100644 --- a/app/Classes/Pterodactyl.php +++ b/app/Classes/Pterodactyl.php @@ -38,7 +38,7 @@ class Pterodactyl private static function getException(string $message = "", int $status = 0): Exception { if ($status == 404) { - return new Exception("Server does not exist on pterodactyl - " . $message, 404); + return new Exception("Ressource does not exist on pterodactyl - " . $message, 404); } if ($status == 403) {