Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 79f8a5f

Browse files
committed
Update ConfigHandler.java
1 parent 9fe8a73 commit 79f8a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/bungeeblockversion/tools/ConfigHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void loadConfig() {
5959
configuration =
6060
ConfigurationProvider.getProvider(YamlConfiguration.class).load(configFile);
6161
versions = configuration.getIntList("versions");
62-
Integer CONFIG_VERSION = 4;
62+
int CONFIG_VERSION = 4;
6363
if (configuration.getInt("config-version") != CONFIG_VERSION) {
6464
bungeeBlockVersion.logger.warning(
6565
"Your config is outdated. We will attempt to load your current config. However, things might not work!");

0 commit comments

Comments
 (0)