Fix player lists not appearing in team edit screen when team set to all
This commit is contained in:
@@ -402,8 +402,7 @@ class SP_Team extends SP_Custom_Post {
|
||||
),
|
||||
array(
|
||||
'key' => 'sp_team',
|
||||
'value' => '',
|
||||
'compare' => 'NOT EXISTS',
|
||||
'value' => '0',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user