Skip to content

Commit

Permalink
core: Call postStart after server status update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Mar 18, 2023
1 parent 706f592 commit b4a9190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private void onBeforeInit(CallbackInfo ci) {
method = "runServer",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/server/MinecraftServer;loadStatusIcon()Ljava/util/Optional;",
target = "Lnet/minecraft/server/MinecraftServer;buildServerStatus()Lnet/minecraft/network/protocol/status/ServerStatus;",
shift = At.Shift.AFTER
)
)
Expand Down

0 comments on commit b4a9190

Please sign in to comment.