mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-28 08:06:46 +01:00
Pretty sure this is never thrown here
This commit is contained in:
parent
05bc20a007
commit
34d4b6f944
@ -52,9 +52,8 @@ public class PlayerData {
|
||||
*
|
||||
* @param playerUUID target player's UUID
|
||||
* @param playerName target player's name
|
||||
* @throws NullArgumentException thrown when never null arguments are null
|
||||
*/
|
||||
public PlayerData(@Nullable UUID playerUUID, @NotNull String playerName) throws NullArgumentException {
|
||||
public PlayerData(@Nullable UUID playerUUID, @NotNull String playerName) {
|
||||
/*
|
||||
* New Data
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user