Removed redundant comment in ComradeHandler.

This commit is contained in:
IM23a-spirgif
2025-06-07 20:44:29 +02:00
parent 54c425f166
commit b17abb0172
@@ -77,7 +77,6 @@ public class ComradeHandler {
ctx.getSource().sendFailure(Component.literal("§eYou cannot invite yourself."));
return 0;
}
// ensure party exists & you are leader
Party party = findPartyOf(lid).orElseGet(() -> {
Party auto = new Party(lid);
PARTIES.put(lid, auto);