fixed missing passthrough statement in choosepiecestate
This commit is contained in:
@@ -109,6 +109,16 @@ public void received(EndOfTurnMessage msg) {
|
|||||||
currentState.received(msg);
|
currentState.received(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Receives the dice now message.
|
||||||
|
*
|
||||||
|
* @param msg the dice now message
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
public void received(DiceNowMessage msg) {
|
||||||
|
currentState.received(msg);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Receives the move message.
|
* Receives the move message.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user