Skip to content

Commit 86b77eb

Browse files
committed
2.4.12
1 parent b6d199c commit 86b77eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.github.getplusm'
8-
version = '2.4.11'
8+
version = '2.4.12'
99
description = 'PLAZMER-ENGINE'
1010

1111
allprojects {

engine/src/main/java/t/me/p1azmer/engine/api/config/JYML.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public static void initializeOptions(@NotNull Class<?> clazz, @NotNull JYML conf
108108
for (JOption<?> value : Reflex.getFields(clazz, JOption.class)) {
109109
value.read(config);
110110
}
111+
config.save();
111112
}
112113

113114
@NotNull

0 commit comments

Comments
 (0)