Build please

This commit is contained in:
Joshua 2021-02-07 02:43:49 -06:00
parent d3f44e24a2
commit 2d73f38fca

View File

@ -130,7 +130,7 @@ public class PlayerData extends OfflinePlayerData {
+ getProfess().getId() + " while refreshing player data."); + getProfess().getId() + " while refreshing player data.");
} catch (NullPointerException npe2) { } catch (NullPointerException npe2) {
MMOCore.log(Level.SEVERE, MMOCore.log(Level.SEVERE,
"[Userdata] Could not find unidentified skill in class " + getProfess().getId() + " while refreshing player data."); "[Userdata] Could not find unidentified skill in the class " + getProfess().getId() + " while refreshing player data.");
} }
} }
} }