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 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<>();

View file

@ -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'

View file

@ -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());

Binary file not shown.