Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Jun 29, 2024
1 parent cab0e79 commit 8144fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utils/MinecraftQuery/MinecraftWebQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function setPlayerSkin(string $playerUuid, string $changeCommandType, $va

return $status;
} catch (\Exception $e) {
throw new \Exception(__('Error setting player skin. Please make sure provided skin is valid.'));
throw new \Exception($e->getMessage());
}
}

Expand Down

0 comments on commit 8144fd6

Please sign in to comment.