Skip to content

Commit

Permalink
Show release version in server startup log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugmatt committed Feb 27, 2023
1 parent 53c0787 commit 1acc68a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ public class BedrockConnect {
public static boolean fetchFeaturedIps = true;
public static File whitelistfile;

public static String release = "1.28";

public static HashMap<String, String> featuredServerIps;

public static Language language;

public static void main(String[] args) {
System.out.println("-= BedrockConnect =-");
System.out.println("-= BedrockConnect (Release: " + release + ") =-");
paletteManager = new PaletteManager();

try {
Expand Down

0 comments on commit 1acc68a

Please sign in to comment.