diff --git a/patches/server/0010-Fakeplayer-support.patch b/patches/server/0010-Fakeplayer-support.patch index de0f91a1..42675481 100644 --- a/patches/server/0010-Fakeplayer-support.patch +++ b/patches/server/0010-Fakeplayer-support.patch @@ -3819,7 +3819,7 @@ index 0000000000000000000000000000000000000000..84eb7bd727a0085d005a6ee518dfbb8b +} diff --git a/src/main/java/org/leavesmc/leaves/bot/agent/actions/RotationAction.java b/src/main/java/org/leavesmc/leaves/bot/agent/actions/RotationAction.java new file mode 100644 -index 0000000000000000000000000000000000000000..671d1aada7aa3cac0f3df8eec235b2f1ae389492 +index 0000000000000000000000000000000000000000..6f6ea32fd78c634467e431572957711034aa6529 --- /dev/null +++ b/src/main/java/org/leavesmc/leaves/bot/agent/actions/RotationAction.java @@ -0,0 +1,65 @@ @@ -3837,10 +3837,10 @@ index 0000000000000000000000000000000000000000..671d1aada7aa3cac0f3df8eec235b2f1 + +import java.util.List; + -+public class RotationAction extends BotAction { ++public class RotationAction extends BotAction { + + public RotationAction() { -+ super("rotation", CommandArgument.of(CommandArgumentType.FLOAT, CommandArgumentType.FLOAT), RotateAction::new); ++ super("rotation", CommandArgument.of(CommandArgumentType.FLOAT, CommandArgumentType.FLOAT), RotationAction::new); + this.setTabComplete(0, List.of("")); + this.setTabComplete(1, List.of("")); + }