Fix error in notification syncronizer
This commit is contained in:
		@@ -156,7 +156,10 @@ private void handleGame(Notification notification) {
 | 
			
		||||
                int v5 = ceremonyNotification.getNodesMoved().get(i);
 | 
			
		||||
                int v6 = ceremonyNotification.getBonusNodes().get(i);
 | 
			
		||||
 | 
			
		||||
                ceremonyView.addCeremonyParticipant(color, i, name);
 | 
			
		||||
                if(i < size - 1) {
 | 
			
		||||
                    ceremonyView.addCeremonyParticipant(color, i + 1, name);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                ceremonyView.addStatisticsRow(name, v1, v2, v3, v4, v5, v6);
 | 
			
		||||
            }
 | 
			
		||||
        } else if (notification instanceof DiceNowNotification) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user