Skip to content

Commit 2d08365

Browse files
authored
Merge pull request #2308 from BentoBoxWorld/develop
Release 2.1.1
2 parents 95d89c5 + a3a4a70 commit 2d08365

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<!-- Do not change unless you want different name for local builds. -->
8989
<build.number>-LOCAL</build.number>
9090
<!-- This allows to change between versions. -->
91-
<build.version>2.1.0</build.version>
91+
<build.version>2.1.1</build.version>
9292
<sonar.organization>bentobox-world</sonar.organization>
9393
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
9494
<server.jars>${project.basedir}/lib</server.jars>

src/main/java/world/bentobox/bentobox/api/commands/island/team/IslandTeamCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ private PanelItem createInvitedButton(ItemTemplateRecord template, TemplatedPane
302302
return true;
303303
}
304304
if (clickType.equals(ClickType.SHIFT_LEFT) && user.hasPermission(this.acceptCommand.getPermission())) {
305-
getPlugin().log("Invite accepted: " + user.getName() + " accepted " + invite.getType()
306-
+ " invite to island at " + island.getCenter());
305+
getPlugin().log("Invite accepted: " + user.getName() + " accepted " + invite.getType());
307306
// Accept
308307
switch (invite.getType()) {
309308
case COOP -> this.acceptCommand.acceptCoopInvite(user, invite);

0 commit comments

Comments
 (0)