Skip to content

Commit

Permalink
Fix serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyWatcher2019 committed Jun 16, 2024
1 parent e7ab2dd commit 6615aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/net/elytrium/limboreconnect/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ public static class Title {
public String title;
public String subtitle = "Please wait...";

public Title() {
}

public Title(String title) {
this.title = title;
}
Expand Down

0 comments on commit 6615aa9

Please sign in to comment.