fixed a Bug where the import statement thought a package was a class because they where written the same
This commit is contained in:
@@ -305,7 +305,7 @@ public void setGameHasStarted(Boolean gameHasStarted) {
|
||||
*
|
||||
* @return the player has disconnected
|
||||
*/
|
||||
public Boolean getPlayerHasDisconnected() {
|
||||
public Boolean playerHasDisconnected() {
|
||||
return playerHasDisconnected;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user