Skip to content

Commit

Permalink
- Fix new outlaws not being teleported out of the town they were
Browse files Browse the repository at this point in the history
outlawed in.
  - Fix a bad scheduler call in take over claim code, courtesy of
Warrior with PR #7466.
  - Fix plot border modes on Folia, courtesy of Warrior with PR #7467.
  - Raise java version to 17, courtesy of Warrior with PR #7401.
  • Loading branch information
LlmDl committed Jun 17, 2024
1 parent dc3903f commit 6a7668b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.stream.Collectors;

/**
*
Expand Down
3 changes: 0 additions & 3 deletions Towny/src/main/java/com/palmergames/util/FileMgmt.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@
import org.apache.commons.io.IOUtils;
import org.jetbrains.annotations.NotNull;

import java.io.BufferedWriter;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
Expand Down
5 changes: 4 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9822,4 +9822,7 @@ v0.92.0.11:
0.100.3.0:
- Bump version for release.
0.100.3.1:
- Fix new outlaws not being teleported out of the town they were outlawed in.
- Fix new outlaws not being teleported out of the town they were outlawed in.
- Fix a bad scheduler call in take over claim code, courtesy of Warrior with PR #7466.
- Fix plot border modes on Folia, courtesy of Warrior with PR #7467.
- Raise java version to 17, courtesy of Warrior with PR #7401.

0 comments on commit 6a7668b

Please sign in to comment.