fix: unwanted char
This commit is contained in:
parent
cefef1e213
commit
8e024c2edf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import org.bukkit.entity.Player;
|
|||
|
||||
import java.util.UUID;
|
||||
|
||||
public class "AppearanceManager {
|
||||
public class AppearanceManager {
|
||||
private final NickoProfile profile;
|
||||
private final Player player;
|
||||
private final NickoBukkit instance = NickoBukkit.getInstance();
|
||||
|
|
Loading…
Reference in a new issue