mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 17:53:00 +01:00
Added functions to ExperienceAPI for use with offline players.
Fixes #836
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.gmail.nossr50.api;
|
||||
|
||||
public class InvalidPlayerException extends RuntimeException {
|
||||
private static final long serialVersionUID = 907213002618581385L;
|
||||
|
||||
public InvalidPlayerException() {
|
||||
super("That player does not exist in the database.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user