diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index ba9f171b..0168d965 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1206,9 +1206,6 @@ if ( !function_exists( 'sp_solve' ) ) { unset( $vars['last5'] ); unset( $vars['last10'] ); - if ( sp_array_value( $vars, 'eventsplayed', 0 ) <= 0 ) - return $default; - // Equation Operating System if ( ! class_exists( 'phpStack' ) ) include_once( SP()->plugin_path() . '/includes/libraries/class-phpstack.php' );