Skip to content

Commit

Permalink
Fixed mixin conflict (closes #1517).
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Jan 15, 2025
1 parent e381250 commit aec6812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public CraftPlayer getCraftPlayer() {
this.cserver = ((CraftServer) Bukkit.getServer());
}

@ModifyConstant(method = "keepConnectionAlive", constant = @Constant(longValue = 15000L))
@ModifyConstant(method = "keepConnectionAlive", constant = @Constant(longValue = 15000L), require = 0) // qyl27: No-op if conflicts.
private long arclight$incrKeepaliveTimeout(long l) {
return 25000L;
}
Expand Down

0 comments on commit aec6812

Please sign in to comment.