1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00
This commit is contained in:
nossr50
2021-03-12 17:07:14 -08:00
parent 75db0af01d
commit 6cec253243
2 changed files with 2 additions and 2 deletions
pom.xml
src/main/java/com/gmail/nossr50/api/exceptions

@ -7,6 +7,6 @@ public class McMMOPlayerNotFoundException extends RuntimeException {
private static final long serialVersionUID = 761917904993202836L;
public McMMOPlayerNotFoundException(@NotNull Player player) {
super("McMMOPlayer object was not found for [NOTE: This can mean the profile is not loaded yet!] : " + player.getName() + " " + player.getUniqueId());
super("McMMOPlayer object was not found for [NOTE: This can mean the profile is not loaded yet! : " + player.getName() + " " + player.getUniqueId());
}
}