diff --git a/src/main/java/me/lrxh/practice/match/Match.java b/src/main/java/me/lrxh/practice/match/Match.java index a56610d..7544c1e 100644 --- a/src/main/java/me/lrxh/practice/match/Match.java +++ b/src/main/java/me/lrxh/practice/match/Match.java @@ -307,7 +307,7 @@ public void end() { for (Player participant : getPlayers()) { if (participant != null && participant.isOnline()) { - if (Practice.getInstance().isReplay()){ + if (Practice.getInstance().isReplay() && !kit.getGameRules().isBuild()){ for (String msg : Locale.MATCH_SHOW_REPLAY.formatLines(participant)) { if (msg.contains("%CLICKABLE%")) { ChatComponentBuilder builder = new ChatComponentBuilder(Locale.MATCH_SHOW_REPLAY_RECEIVED_CLICKABLE.format(participant