Spelling sync

This commit is contained in:
HAV0X1014 2021-10-15 19:07:02 -04:00 committed by GitHub
parent f406f933d6
commit f68491dd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}