diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 302e550a..570622f5 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -550,7 +550,7 @@ class SP_Player_List extends SP_Custom_Post { // Apply adjustment if ( $adjustment != 0 ): $placeholder += $adjustment; - $placeholder = number_format( $placeholder, $stat->precision, '.', '' ); + $placeholder = number_format( $placeholder, $stat->precision ? $stat->precision : 0, '.', '' ); endif; endif;