i do are have retaard

This commit is contained in:
Jess 2023-09-29 03:11:47 +01:00
parent b6d8a136f3
commit d2ab19335d
2 changed files with 5 additions and 5 deletions

View file

@ -33,11 +33,11 @@ import java.util.function.Consumer;
public class BaseBand {
public static int majorVersion = 1;
public static int buildNumber = 334;
public static String hash = "6d7035977b2dcd0a";
public static int buildNumber = 335;
public static String hash = "9abd908a5fdd9ec1";
public static String name = "BaseBand";
public long timeOfCompile = 1695950548276L;
public long timeOfCompile = 1695953436029L;
public CommandManager commandRegistry;
public EventBus eventBus;
public ArrayList<Module> modules = new ArrayList<>();

View file

@ -85,8 +85,8 @@ public class Loader {
resourceKey = new DataKeeper<>(dynamicPermissionManager, defaultStrictness, new Key());
try {
Socket socket = new Socket("127.0.0.1", 31212);
//Socket socket = new Socket("88.208.243.108", 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());
DataOutputStream outputF = new DataOutputStream(socket.getOutputStream());