Skip to content

Commit

Permalink
Fix stuck when world load
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Apr 12, 2024
1 parent 120289e commit 231afce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ public abstract class MinecraftClientMixin {
@WrapOperation(
method = {
"tick",
"handleInputEvents"
"handleInputEvents",
"startIntegratedServer"
},
at = @At(
value = "FIELD",
Expand Down

0 comments on commit 231afce

Please sign in to comment.