Skip to content

Commit

Permalink
feat(submotd): added getSubMotd
Browse files Browse the repository at this point in the history
  • Loading branch information
AzaleeX committed Aug 24, 2024
1 parent 43468d7 commit 53c57df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/sculk/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ public String getMotd() {
return motd;
}

public String getSubMotd() {
return submotd;
}

public UUID getServerId() {
return serverId;
}
Expand Down

0 comments on commit 53c57df

Please sign in to comment.