fixed a Bug where the import statement thought a package was a class because they where written the same

This commit is contained in:
Hanno Fleischer
2024-11-17 15:34:39 +01:00
parent aae7ed9a87
commit 9662e1f684
35 changed files with 53 additions and 53 deletions

View File

@@ -305,7 +305,7 @@ public void setGameHasStarted(Boolean gameHasStarted) {
*
* @return the player has disconnected
*/
public Boolean getPlayerHasDisconnected() {
public Boolean playerHasDisconnected() {
return playerHasDisconnected;
}