Skip to content

Commit

Permalink
style: Rename sendSleepingStatus injection to match project style
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Oct 1, 2023
1 parent 413b76f commit e7815ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public void tickInject(BooleanSupplier shouldKeepTicking, CallbackInfo ci) {
* @reason Method's HUD messages conflicts with my custom HUD messages
*/
@Inject(method = "sendSleepingStatus", at = @At(value = "HEAD"), cancellable = true)
private void sendSleepingStatus(CallbackInfo ci) {
private void sendSleepingStatusInject(CallbackInfo ci) {
ci.cancel();
}

Expand Down

0 comments on commit e7815ca

Please sign in to comment.