Add event results to equation builder
This commit is contained in:
@@ -23,7 +23,7 @@ class SP_Meta_Box_Statistic_Equation extends SP_Meta_Box_Equation {
|
||||
*/
|
||||
public static function output( $post ) {
|
||||
$equation = get_post_meta( $post->ID, 'sp_equation', true );
|
||||
$groups = array( 'player_event', 'outcome', 'performance', 'metric' );
|
||||
$groups = array( 'player_event', 'outcome', 'result', 'performance', 'metric' );
|
||||
self::builder( $post->post_title, $equation, $groups );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user