Merge remote-tracking branch 'origin/gui' into gui

This commit is contained in:
Yvonne Schmidt
2024-12-02 09:00:57 +01:00
16 changed files with 294 additions and 284 deletions

View File

@@ -496,7 +496,7 @@ public class MonopolyApp extends SimpleApplication implements MonopolyClient, Ga
/**
* Retrieves the unique identifier associated with the server connection.
*
* Checks if a Server is connected and returns {@Code 0} if there is no connection
* Checks if a Server is connected and returns 0 if there is no connection
*
* @return the ID of the connected Server instance.
*/

View File

@@ -58,7 +58,6 @@ public class TestWorld implements GameEventListener {
* Konstruktor für die TestWorld.
*
* @param app Die Hauptanwendung
* @param players Die Liste der Spieler mit ihren Figuren
*/
public TestWorld(MonopolyApp app) {
this.app = app;