diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 3c3df5e4..4a37c117 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -561,7 +561,7 @@ class SP_Player_List extends SP_Secondary_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;