Skip to content

Commit

Permalink
forgot to comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerrrs committed May 4, 2024
1 parent 009c561 commit 050a693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public Settings() {
this.registerSetting(rotations = new DescriptionSetting("Rotations"));
this.registerSetting(rotateBody = new ButtonSetting("Rotate body", true));
this.registerSetting(fullBody = new ButtonSetting("Full body", false));
this.registerSetting(movementFix = new ButtonSetting("Movement fix", false));
//this.registerSetting(movementFix = new ButtonSetting("Movement fix", false));
this.registerSetting(randomYawFactor = new SliderSetting("Random yaw factor", 1.0, 0.0, 10.0, 1.0));
this.registerSetting(profiles = new DescriptionSetting("Profiles"));
this.registerSetting(sendMessage = new ButtonSetting("Send message on enable", true));
Expand Down

0 comments on commit 050a693

Please sign in to comment.