Add md_5 license

This commit is contained in:
2023-08-01 22:49:24 +02:00
parent 5f0da35eec
commit f26ea18a9c

View File

@@ -36,6 +36,7 @@ public class FakeMinecraftServer {
public static final File SERVER_ICON = new File("server-icon.png");
public static void start() throws Exception {
System.out.println("ChatConverter class by md_5: Copyright (c) 2012, md_5. All rights reserved.");
String serverIconAsString = null;
if (SERVER_ICON.exists()) {