Removed redundant comment in ComradeHandler.
This commit is contained in:
@@ -77,7 +77,6 @@ public class ComradeHandler {
|
|||||||
ctx.getSource().sendFailure(Component.literal("§eYou cannot invite yourself."));
|
ctx.getSource().sendFailure(Component.literal("§eYou cannot invite yourself."));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
// ensure party exists & you are leader
|
|
||||||
Party party = findPartyOf(lid).orElseGet(() -> {
|
Party party = findPartyOf(lid).orElseGet(() -> {
|
||||||
Party auto = new Party(lid);
|
Party auto = new Party(lid);
|
||||||
PARTIES.put(lid, auto);
|
PARTIES.put(lid, auto);
|
||||||
|
|||||||
Reference in New Issue
Block a user