mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 02:20:44 +00:00
build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private
This commit is contained in:
@@ -31,10 +31,10 @@ public class Debugger {
|
||||
|
||||
private static class DebugHandler extends Thread {
|
||||
|
||||
Socket s;
|
||||
int serverPort;
|
||||
static int maxid = 0;
|
||||
int id;
|
||||
private Socket s;
|
||||
private int serverPort;
|
||||
private static int maxid = 0;
|
||||
private int id;
|
||||
public boolean finished = false;
|
||||
|
||||
public DebugHandler(int serverPort, Socket s) {
|
||||
|
||||
Reference in New Issue
Block a user