mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 15:56:00 +08:00
Better error message after player's UUID was not found.
This commit is contained in:
parent
663a4d7642
commit
3d6c080ac2
@ -43,7 +43,7 @@ public class PlayerPageHandler extends PageHandler {
|
|||||||
UUID uuid = UUIDUtility.getUUIDOf(playerName);
|
UUID uuid = UUIDUtility.getUUIDOf(playerName);
|
||||||
|
|
||||||
if (uuid == null) {
|
if (uuid == null) {
|
||||||
return notFound("Player has no UUID");
|
return notFound("Player UUID was not found in the database.");
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user