mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:30:46 +00:00
Improved loop detection (own algorithm)
Boomerang part removed (was not working well)
This commit is contained in:
@@ -90,7 +90,7 @@ public class Configuration {
|
||||
* Load replacements from file
|
||||
*/
|
||||
private static void loadReplacements(String replacementsFile) {
|
||||
if(!(new File(replacementsFile)).exists()){
|
||||
if (!(new File(replacementsFile)).exists()) {
|
||||
return;
|
||||
}
|
||||
replacements = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user