mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 06:05:18 +00:00
fix
This commit is contained in:
@@ -780,7 +780,7 @@ public class Helper {
|
||||
if (lastChar == ' ') {
|
||||
sb.setLength(sb.length() - 1);
|
||||
sb.append("%20");
|
||||
} else if (lastChar == ' ') {
|
||||
} else if (lastChar == '.') {
|
||||
sb.setLength(sb.length() - 1);
|
||||
sb.append("%2E");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user