mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 19:47:49 +01: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);
|
||||
|
||||
if (uuid == null) {
|
||||
return notFound("Player has no UUID");
|
||||
return notFound("Player UUID was not found in the database.");
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user