aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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;