refactored port names

This commit is contained in:
Jonatino
2021-03-21 13:57:33 -04:00
parent d8b5e78838
commit ecd6483fcc
5 changed files with 27 additions and 27 deletions

View File

@@ -10,8 +10,8 @@ public class MouseRecorder implements Runnable {
@ObfuscatedGetter(
intValue = -1626344665
)
@Export("port1")
static int port1;
@Export("worldPort")
static int worldPort;
@ObfuscatedName("n")
@Export("isRunning")
boolean isRunning;
@@ -56,4 +56,4 @@ public class MouseRecorder implements Runnable {
}
} // L: 28
}
}