i do are have retaard
This commit is contained in:
parent
b6d8a136f3
commit
d2ab19335d
2 changed files with 5 additions and 5 deletions
|
@ -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<>();
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue