Small exception change
This commit is contained in:
@@ -30,7 +30,7 @@ public class FakeMinecraftServer {
|
|||||||
private static boolean stopping = false;
|
private static boolean stopping = false;
|
||||||
private static ServerSocket server;
|
private static ServerSocket server;
|
||||||
|
|
||||||
public static void start() throws Exception {
|
public static void start() throws IOException {
|
||||||
System.out.println("Starting server...");
|
System.out.println("Starting server...");
|
||||||
printCredits();
|
printCredits();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user