added the getter for the forcestartGame value in teh corresponding message
This commit is contained in:
@@ -23,6 +23,15 @@ public StartGameMessage() {
|
||||
forceStartGame = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether the game should be force started.
|
||||
*
|
||||
* @return whether the game should be force started
|
||||
*/
|
||||
public boolean isForceStartGame() {
|
||||
return forceStartGame;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a string representation of this message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user