mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 19:56:49 +00:00
Proxy fixes
This commit is contained in:
@@ -15,7 +15,7 @@ public class Main
|
||||
public static boolean DEBUG_MODE = false;
|
||||
|
||||
public static void main(String argv[])
|
||||
{
|
||||
{
|
||||
List<Replacement> replacements = new ArrayList<Replacement>();
|
||||
if ((new File(REPLACEMENTSFILE)).exists()) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user