refactor: remove the print
This commit is contained in:
parent
c20df8bc48
commit
42f9476970
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ public class AppearanceManager {
|
|||
if (skinChange) {
|
||||
final ActionResult propertiesUpdateResult = packetSender.updatePlayerProfileProperties();
|
||||
|
||||
System.out.println(player.getPlayerProfile().getName());
|
||||
|
||||
if (propertiesUpdateResult.isError()) {
|
||||
return resetWithoutUpdate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue