Skip to content

Commit bf97337

Browse files
author
Fr4gm3nt3d_sh
committed
Update common/src/main/java/dev/felnull/imp/IMPConfig.java
Added Overlooked thing that caused a config reset every time the mod launches
1 parent 887764c commit bf97337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/dev/felnull/imp/IMPConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ public class IMPConfig implements ConfigData {
6767

6868
@ConfigEntry.Category("internal")
6969
@ConfigEntry.Gui.Excluded
70-
public String configVersion = "";
70+
public String configVersion = "1";
7171
}

0 commit comments

Comments
 (0)