diff --git a/admin/post-types/event.php b/admin/post-types/event.php index 96a44b3a..e1a19328 100644 --- a/admin/post-types/event.php +++ b/admin/post-types/event.php @@ -171,8 +171,8 @@ function sportspress_event_team_meta( $post ) {
  • ID, 'sp_player', 'block', 'sp_team', $key ); - sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_team', $key ); + sportspress_post_checklist( $post->ID, 'sp_player', 'block', 'sp_current_team', $key ); + sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_current_team', $key ); ?>