Skip to content

Commit 767331e

Browse files
committed
3.0.1
Fix config not initializing
1 parent a7348c7 commit 767331e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx4G
22

33
mod_name=DamageTint
44
mod_id=damagetint
5-
mod_ver=3.0.0
5+
mod_ver=3.0.1

src/main/java/xyz/qalcyo/damagetint/config/Config.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ public void update() {
5252

5353
public Config() {
5454
super(new File(DamageTint.modDir, "damagetint.toml"), "Damage Tint");
55+
initialize();
5556
}
5657
}

0 commit comments

Comments
 (0)