Skip to content
Snippets Groups Projects
Commit 0e85665b authored by Busch Elias's avatar Busch Elias
Browse files

Update: Added Multiplayer classes.

parent bfdb41d5
No related branches found
No related tags found
3 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development
...@@ -34,6 +34,7 @@ public class Server { ...@@ -34,6 +34,7 @@ public class Server {
server.start(ipaddress, 4444); server.start(ipaddress, 4444);
} */ } */
//use this method to start the server from another class
public void startServer() throws IOException { public void startServer() throws IOException {
Server server = new Server(); Server server = new Server();
log.info("server starting..."); log.info("server starting...");
......
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