aboutsummaryrefslogtreecommitdiff
path: root/common/src/main
diff options
context:
space:
mode:
authorhackthetime <l4bg0jb7@duck.com>2023-10-31 14:16:09 +0100
committerhackthetime <l4bg0jb7@duck.com>2023-10-31 14:16:09 +0100
commitf4177d45a792c83cd6fd8fc14d80c9a16b67c3fd (patch)
tree3e864d0ddcc74b027353740d6db4131dd3890240 /common/src/main
parent34eabc9c41cb4d038ac4feb3b2d08bfad013652e (diff)
downloadBBsentials-f4177d45a792c83cd6fd8fc14d80c9a16b67c3fd.tar.gz
BBsentials-f4177d45a792c83cd6fd8fc14d80c9a16b67c3fd.tar.bz2
BBsentials-f4177d45a792c83cd6fd8fc14d80c9a16b67c3fd.zip
worked on 1.8.9 MoulConfig → visual config screen
Diffstat (limited to 'common/src/main')
-rw-r--r--common/src/main/java/de/hype/bbsentials/common/client/Config.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/java/de/hype/bbsentials/common/client/Config.java b/common/src/main/java/de/hype/bbsentials/common/client/Config.java
index d780c45..e05320a 100644
--- a/common/src/main/java/de/hype/bbsentials/common/client/Config.java
+++ b/common/src/main/java/de/hype/bbsentials/common/client/Config.java
@@ -12,7 +12,7 @@ import java.util.List;
public class Config implements Serializable {
//DO NOT Change any of the following unless you know what you are doing!
- public int apiVersion = 1;
+ public static int apiVersion = 1;
public boolean allowServerPartyInvite = true;
public boolean devMode = false;
public boolean detailedDevMode = false;