Skip to content

Commit

Permalink
0.95.2.5:
Browse files Browse the repository at this point in the history
  - Clean up unused methods left over from PlotGroup commits.
  - API: PreNewTownEvent, courtesy of Siris with PR #3606.
    - Cancellable event.
  • Loading branch information
LlmDl committed Dec 31, 2019
1 parent 281572c commit ced45b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>Towny</artifactId>
<packaging>jar</packaging>
<version>0.95.2.4</version>
<version>0.95.2.5</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion pom_deb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>Towny</artifactId>
<packaging>jar</packaging>
<version>0.95.2.3</version>
<version>0.95.2.5</version>

<licenses>
<license>
Expand Down
6 changes: 5 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4006,4 +4006,8 @@ v0.92.0.11:
- Language files bumped to 0.68.
0.95.2.4:
- Fix for plot groups sometimes throwing a CommandException, courtesy of Siris with PR #3597.
- Closes #3601.
- Closes #3601.
0.95.2.5:
- Clean up unused methods left over from PlotGroup commits.
- API: PreNewTownEvent, courtesy of Siris with PR #3606.
- Cancellable event.
3 changes: 0 additions & 3 deletions src/com/palmergames/bukkit/towny/object/PlotObjectGroup.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package com.palmergames.bukkit.towny.object;

import com.palmergames.bukkit.towny.TownyMessaging;
import com.palmergames.bukkit.towny.TownyUniverse;
import com.palmergames.bukkit.towny.exceptions.NotRegisteredException;
import org.apache.commons.lang.StringUtils;

import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
Expand Down

0 comments on commit ced45b0

Please sign in to comment.