Skip to content

Commit 2c82453

Browse files
committed
Disable config version warning
1 parent 28a09c8 commit 2c82453

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/cyclops/structuredcrafting/GeneralConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ public GeneralConfig() {
5454

5555
@Override
5656
public void onRegistered() {
57-
// Check version of config file
58-
if(!version.equals(Reference.MOD_VERSION))
59-
System.err.println("The config file of " + Reference.MOD_NAME + " is out of date and might cause problems, please remove it so it can be regenerated.");
60-
6157
getMod().putGenericReference(ModBase.REFKEY_CRASH_ON_INVALID_RECIPE, GeneralConfig.crashOnInvalidRecipe);
6258
getMod().putGenericReference(ModBase.REFKEY_DEBUGCONFIG, GeneralConfig.debug);
6359

0 commit comments

Comments
 (0)