Removed redundant initial value

This commit is contained in:
Németh Noel 2021-05-05 18:25:20 +02:00
parent 7881cea36c
commit 3eb4981990

View File

@ -2578,10 +2578,6 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
private byte displayedSkinParts; private byte displayedSkinParts;
private MainHand mainHand; private MainHand mainHand;
public PlayerSettings() {
viewDistance = -1;
}
/** /**
* The player game language. * The player game language.
* *