Small exception change

This commit is contained in:
2023-08-05 21:25:19 +02:00
parent 625f7af691
commit 57d656dced

View File

@@ -30,7 +30,7 @@ public class FakeMinecraftServer {
private static boolean stopping = false;
private static ServerSocket server;
public static void start() throws Exception {
public static void start() throws IOException {
System.out.println("Starting server...");
printCredits();