added notification to change to startdialog state when calling next in statitics state
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import pp.mdga.client.ClientGameLogic;
|
import pp.mdga.client.ClientGameLogic;
|
||||||
import pp.mdga.client.ClientState;
|
import pp.mdga.client.ClientState;
|
||||||
|
import pp.mdga.notification.StartDialogNotification;
|
||||||
|
|
||||||
public class StatisticsState extends CeremonyStates {
|
public class StatisticsState extends CeremonyStates {
|
||||||
|
|
||||||
@@ -36,6 +37,7 @@ public void exit() {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void selectNext() {
|
public void selectNext() {
|
||||||
|
logic.addNotification(new StartDialogNotification());
|
||||||
logic.setState(logic.getDialogs());
|
logic.setState(logic.getDialogs());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user