Skip to content

Commit

Permalink
Update to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceSD committed Feb 5, 2024
1 parent 3853632 commit d9af705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.organization>chancesd</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<revision>3.15.9</revision>
<revision>3.16</revision>
</properties>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion pvpmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<config.version>71</config.version>
<config.version>72</config.version>
<database.version>1</database.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public final void onPlayerKick(final PlayerKickEvent event) {
}
}

@EventHandler
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
public final void onPlayerTeleport(final PlayerTeleportEvent event) {
final Player player = event.getPlayer();
if (CombatUtils.isNPC(player)) // Citizens seems to teleport NPCs very often so let's avoid creating new PvPlayer instances
Expand Down

0 comments on commit d9af705

Please sign in to comment.