sp gui button size

This commit is contained in:
Sen 2025-03-11 23:30:22 +01:00
parent 705395472a
commit b7fd82b170
5 changed files with 15 additions and 14 deletions

View file

@ -129,6 +129,7 @@ public abstract class Config {
}
public static final int PROTOCOL = 666;
public static final int PORT = 26666;
public static final String VERSION = "v2.2.1-alpha";
public static final Map<String, Config.Value> VARS = new TreeMap();