Skip to content
Snippets Groups Projects
Commit 5017cac3 authored by Elrabu's avatar Elrabu
Browse files

eb093: update: updated server class

parent e2484836
No related branches found
No related tags found
5 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!54Update: coreMaps.json (added new maps),!51Multiplayer
......@@ -36,11 +36,11 @@ public class Server {
private static String ipaddress = "localhost";
//Uncomment these lines to test the server starting manually:
public static void main(String[] args) throws IOException { //main method for testing purposes
/* public static void main(String[] args) throws IOException { //main method for testing purposes
Server server = new Server();
log.info("server starting...");
server.start(4444);
}
} */
//use this method to start the server from another class
public void startServer() throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment