remove lfs

This commit is contained in:
Daniella / Tove 2023-10-04 14:42:38 +02:00
parent 901536d6ca
commit 51cb887661
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F
3 changed files with 3 additions and 3 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 = 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<>();

Binary file not shown.