merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit 4e6a272e7a - Show all commits

View File

@@ -192,7 +192,8 @@ public void received(MoveMessage msg){
*/ */
@Override @Override
public void received(CeremonyMessage msg){ public void received(CeremonyMessage msg){
state.received(msg); logic.addNotification(createCeremonyNotification());
logic.setState(logic.getCeremony());
} }
/** /**