Skip to content

Commit a0ac4ce

Browse files
committed
Commit
1 parent 5ec82fb commit a0ac4ce

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.nik</groupId>
88
<artifactId>CombatPlus</artifactId>
9-
<version>1.4.9</version>
9+
<version>1.4.10</version>
1010
<packaging>jar</packaging>
1111

1212
<name>CombatPlus</name>

src/main/java/me/nik/combatplus/handlers/UpdateChecker.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,4 @@ public void onJoin(PlayerJoinEvent e) {
5353
if (!e.getPlayer().hasPermission("cp.admin")) return;
5454
e.getPlayer().sendMessage(MsgType.UPDATE_REMINDER.getMessage().replaceAll("%current%", plugin.getDescription().getVersion()).replaceAll("%new%", newVersion));
5555
}
56-
57-
public String getNewVersion() {
58-
return newVersion;
59-
}
6056
}

0 commit comments

Comments
 (0)