Skip to content

Commit

Permalink
Bump min. Towny version to 0.96.5.15 so we can use the cancellationMsg
Browse files Browse the repository at this point in the history
in the PlotToggleEvent.
  • Loading branch information
LlmDl committed Jan 14, 2021
1 parent 49e47c6 commit b7c532b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.github.TownyAdvanced</groupId>
<artifactId>Towny</artifactId>
<version>0.96.5.12</version>
<version>0.96.5.15</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/gmail/goosius/siegewar/SiegeWar.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SiegeWar extends JavaPlugin {

private static SiegeWar plugin;
public static String prefix = "[SiegeWar] ";
private static Version requiredTownyVersion = Version.fromString("0.96.5.12");
private static Version requiredTownyVersion = Version.fromString("0.96.5.15");
private final static SiegeHUDManager SiegeHudManager = new SiegeHUDManager(plugin);

public static SiegeWar getSiegeWar() {
Expand Down

0 comments on commit b7c532b

Please sign in to comment.