forked from an/flokati
		
	fixed the fix
This commit is contained in:
		
							parent
							
								
									58fe1dbc4d
								
							
						
					
					
						commit
						d7e3a441ee
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,10 @@ func quizPrintRanklist(ranklist map[string]int) {
 | 
			
		|||
	if len(ranklist) == 0 {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	ranklistTmp = copy(ranklist)
 | 
			
		||||
	ranklistTmp := make(map[string]int, 0)
 | 
			
		||||
	for k, v := range ranklist {
 | 
			
		||||
		ranklistTmp[k] = v
 | 
			
		||||
	}
 | 
			
		||||
	SayCh <- fmt.Sprintf("%s\nAktueller Punktestand:", "*")
 | 
			
		||||
	for {
 | 
			
		||||
		maxk := ""
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue