Skip to content

Commit

Permalink
possibly fix issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Aug 20, 2023
1 parent 70d317c commit 6af07c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class VersionCompat extends VersionCompatProvider {
Versions.getServerAsString(), Versions.getServerAsString().substring(1));

private final Container<VersionControl> control = Container.of();
private boolean init = false;
private volatile boolean init = false;

@Override
protected final void init() throws Exception {
Expand Down

0 comments on commit 6af07c9

Please sign in to comment.