Skip to content

Commit 6007371

Browse files
authored
Update MOJIRA reference in DeOp command response for multiple targets [ci skip] (#13812)
1 parent 4f184db commit 6007371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper-server/patches/sources/net/minecraft/server/commands/DeOpCommands.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
list.deop(player);
66
count++;
77
- source.sendSuccess(() -> Component.translatable("commands.deop.success", players.iterator().next().name()), true);
8-
+ source.sendSuccess(() -> Component.translatable("commands.deop.success", player.name()), true); // Paper - fixes MC-253721
8+
+ source.sendSuccess(() -> Component.translatable("commands.deop.success", player.name()), true); // Paper - fixes MC-307513
99
}
1010
}
1111

0 commit comments

Comments
 (0)