Skip to content

Commit

Permalink
Removed unused Settings parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Emibergo02 committed Oct 2, 2024
1 parent 0a6215d commit cbc5643
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/dev/unnm3d/rediseconomy/config/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
@SuppressWarnings("unused")
@Configuration
public class Settings {
@Comment({"This is automatically generated on server startup",
"You need to have a different serverId for each server!!!"})
public String serverId = String.valueOf(UUID.randomUUID());
@Comment("Language file")
public String lang = "en-US";
@Comment("Webeditor URL")
Expand Down

0 comments on commit cbc5643

Please sign in to comment.