Skip to content

Commit

Permalink
actually apply properties
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed May 9, 2024
1 parent ec3237f commit a0834a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <T extends ServerModule<?>> void loadIfAbsent(Class<T> type, Supplier<T> supplie
protected void $initialize() {
if (sideConfig.getSide() != ModuleType.Side.Agent)
return;
updateProperties();
updateProperties().get();
}

public AlmostComplete<Properties> updateProperties() throws IOException {
Expand Down

0 comments on commit a0834a8

Please sign in to comment.