remove lfs
This commit is contained in:
parent
901536d6ca
commit
51cb887661
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -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 = 444;
|
public static int buildNumber = 445;
|
||||||
public static String hash = "7fc1f9399a9f9166";
|
public static String hash = "831a32dc3bc7d84f";
|
||||||
|
|
||||||
public static String name = "BaseBand";
|
public static String name = "BaseBand";
|
||||||
public long timeOfCompile = 1696349358891L;
|
public long timeOfCompile = 1696423350837L;
|
||||||
public CommandManager commandRegistry;
|
public CommandManager commandRegistry;
|
||||||
public EventBus eventBus;
|
public EventBus eventBus;
|
||||||
public ArrayList<Module> modules = new ArrayList<>();
|
public ArrayList<Module> modules = new ArrayList<>();
|
||||||
|
|
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