mirror of
https://github.com/seppukudevelopment/seppuku
synced 2025-03-03 19:27:42 +00:00
Spelling sync
This commit is contained in:
parent
f406f933d6
commit
f68491dd4d
@ -20,7 +20,7 @@ public final class MultitaskModule extends Module {
|
||||
private final Value<Boolean> shieldDisable = new Value<Boolean>("ShielDisable", new String[]{"disablewithshield", "sd"}, "Disables multi-tasking when holding a shield", true);
|
||||
|
||||
public MultitaskModule() {
|
||||
super("Multitask", new String[]{"multi", "task"}, "Allows the player to perform multiple actions at once. (eating, placing, attacking)", "NONE", -1, ModuleType.COMBAT);
|
||||
super("Multitask", new String[]{"multi", "task"}, "Allows the player to perform multiple actions at once (eating, placing, attacking)", "NONE", -1, ModuleType.COMBAT);
|
||||
}
|
||||
|
||||
@Listener
|
||||
@ -55,4 +55,4 @@ public final class MultitaskModule extends Module {
|
||||
public void onRightClick(EventMouseRightClick event) {
|
||||
Minecraft.getMinecraft().player.rowingBoat = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user