Updated 'AnimationState' class.
Updated the 'AnimationState' class by adding a missing semicolon.
This commit is contained in:
		@@ -53,7 +53,7 @@ public void exit() {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public void received(AnimationEndMessage msg, int from) {
 | 
			
		||||
        this.messageReceived.put(from, true)
 | 
			
		||||
        this.messageReceived.put(from, true);
 | 
			
		||||
        if (this.messageReceived.size() == this.logic.getGame().getPlayers().size()) {
 | 
			
		||||
            this.logic.getServerSender().send(this.logic.getGame().getActivePlayerId(), new DiceNowMessage());
 | 
			
		||||
            this.gameAutomaton.setCurrentState(this.gameAutomaton.getTurnState());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user