No need to check for events played

This commit is contained in:
Brian Miyaji
2017-01-13 23:11:18 +11:00
parent 0203bbaaa3
commit 117fed448b

View File

@@ -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' );