added the first error.messages and adjusted

This commit is contained in:
Fleischer Hanno
2024-12-02 20:24:17 +01:00
parent 2cefc2c293
commit 7ddcdc3f48
5 changed files with 35 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ public class MdgaApp extends SimpleApplication {
private ServerConnection networkConnection;
private MdgaApp() {
public MdgaApp() {
networkConnection = new NetworkSupport(this);
this.clientGameLogic = new ClientGameLogic(networkConnection);
}