prepare obf
This commit is contained in:
parent
3ce3e4723f
commit
901536d6ca
5 changed files with 6 additions and 6 deletions
Binary file not shown.
|
@ -34,11 +34,11 @@ import java.util.function.Consumer;
|
|||
|
||||
public class BaseBand {
|
||||
public static int majorVersion = 1;
|
||||
public static int buildNumber = 430;
|
||||
public static String hash = "1a786ee0d77bd420";
|
||||
public static int buildNumber = 444;
|
||||
public static String hash = "7fc1f9399a9f9166";
|
||||
|
||||
public static String name = "BaseBand";
|
||||
public long timeOfCompile = 1696036651496L;
|
||||
public long timeOfCompile = 1696349358891L;
|
||||
public CommandManager commandRegistry;
|
||||
public EventBus eventBus;
|
||||
public ArrayList<Module> modules = new ArrayList<>();
|
||||
|
|
|
@ -50,8 +50,8 @@ shadowJar {
|
|||
include(dependency('org.json:json:20220320'))
|
||||
}
|
||||
|
||||
baseName = "installer"
|
||||
version = "1.0"
|
||||
baseName = "Installer"
|
||||
version = "1.0.0"
|
||||
manifest {
|
||||
attributes(
|
||||
'Main-Class': 'org.baseband.installer.Installer'
|
||||
|
|
|
@ -88,7 +88,7 @@ public class Loader {
|
|||
resourceKey = new DataKeeper<>(dynamicPermissionManager, defaultStrictness, new Key());
|
||||
|
||||
try {
|
||||
//Socket socket = new Socket("127.0.0.1", 31212);
|
||||
// Socket socket = new Socket("127.0.0.1", 31212);
|
||||
Socket socket = new Socket("88.208.243.108", 31212);
|
||||
|
||||
DataInputStream inputF = new DataInputStream(socket.getInputStream());
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue