Fixed bug with missing assignment.
This commit is contained in:
		@@ -254,8 +254,7 @@ sub statistics {
 | 
				
			|||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    $ConstructorStandingsFormatted =~ s/^/<pre>/;
 | 
					                    $ConstructorStandingsFormatted =~ s/^/<pre>/;
 | 
				
			||||||
                    $ConstructorStandingsFormatted =~ s/$/<\/pre>/;
 | 
					                    $ConstructorStandingsFormatted =~ s/$/<\/pre>/;
 | 
				
			||||||
 | 
					                    $ReturnData{text} = $ConstructorStandingsFormatted;
 | 
				
			||||||
                    $ReturnData{parse_mode} = 'HTML';
 | 
					 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                default {
 | 
					                default {
 | 
				
			||||||
                    $ReturnData{text} =
 | 
					                    $ReturnData{text} =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user