Skip to content

Commit

Permalink
added client-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre committed Nov 30, 2017
1 parent 62d0a21 commit 48182cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Client/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: Client.GUIApp

3 changes: 2 additions & 1 deletion src/Server/ServerMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ public void killServer() {
server.closeServer();
server = null;
System.out.println("Server closed");
} else {
System.out.println("No Server to kill");
}
System.out.println("No Server to kill");
}

public void runServer() {
Expand Down

0 comments on commit 48182cb

Please sign in to comment.