Skip to content

Commit 5671958

Browse files
committed
fix smol bug
1 parent 4051e71 commit 5671958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/oceanias/opal/setting/OSetting.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public OSetting<T> name(final String name) {
4141
public OSetting<T> initial(final T initial) {
4242
this.initial = initial;
4343

44+
value = initial;
45+
4446
return this;
4547
}
4648

0 commit comments

Comments
 (0)