prepare obf

This commit is contained in:
Daniella / Tove 2023-10-03 20:18:24 +02:00
parent 3ce3e4723f
commit 901536d6ca
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F
5 changed files with 6 additions and 6 deletions

Binary file not shown.

View file

@ -34,11 +34,11 @@ import java.util.function.Consumer;
public class BaseBand { public class BaseBand {
public static int majorVersion = 1; public static int majorVersion = 1;
public static int buildNumber = 430; public static int buildNumber = 444;
public static String hash = "1a786ee0d77bd420"; public static String hash = "7fc1f9399a9f9166";
public static String name = "BaseBand"; public static String name = "BaseBand";
public long timeOfCompile = 1696036651496L; public long timeOfCompile = 1696349358891L;
public CommandManager commandRegistry; public CommandManager commandRegistry;
public EventBus eventBus; public EventBus eventBus;
public ArrayList<Module> modules = new ArrayList<>(); public ArrayList<Module> modules = new ArrayList<>();

View file

@ -50,8 +50,8 @@ shadowJar {
include(dependency('org.json:json:20220320')) include(dependency('org.json:json:20220320'))
} }
baseName = "installer" baseName = "Installer"
version = "1.0" version = "1.0.0"
manifest { manifest {
attributes( attributes(
'Main-Class': 'org.baseband.installer.Installer' 'Main-Class': 'org.baseband.installer.Installer'

View file

@ -88,7 +88,7 @@ public class Loader {
resourceKey = new DataKeeper<>(dynamicPermissionManager, defaultStrictness, new Key()); resourceKey = new DataKeeper<>(dynamicPermissionManager, defaultStrictness, new Key());
try { 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); Socket socket = new Socket("88.208.243.108", 31212);
DataInputStream inputF = new DataInputStream(socket.getInputStream()); DataInputStream inputF = new DataInputStream(socket.getInputStream());

Binary file not shown.