Skip to content

Commit

Permalink
Removed the sequentially dropping fix as I think it's been fixed in 1…
Browse files Browse the repository at this point in the history
….19.3 + Version bump to v1.9
  • Loading branch information
SB2DD committed Jan 9, 2023
1 parent 30870f2 commit efab11e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.12
# Mod Properties
mod_version=1.8
mod_version=1.9
maven_group=me.PolishKrowa
archives_base_name=ctrlq-fabric-mc1.18+
archives_base_name=ctrlq-fabric-mc1.19.3+
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.58.5+1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ private void injected(Args args) {
args.set(2, InputUtil.isKeyPressed(MinecraftClient.getInstance().getWindow().getHandle(), 341) || InputUtil.isKeyPressed(MinecraftClient.getInstance().getWindow().getHandle(), 345) ? 1 : 0);
}

@Inject(method = "init", at = @At(value = "TAIL"))
private void injectedd(CallbackInfo ci) {
this.client.keyboard.setRepeatEvents(true);
}
// @Inject(method = "init", at = @At(value = "TAIL"))
// private void injectedd(CallbackInfo ci) {
// this.client.keyboard.setRepeatEvents(true);
// }

}

0 comments on commit efab11e

Please sign in to comment.