File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public static void SplitCustomData()
9797 var difficulty = int . Parse ( dUid . RemoveFromStart ( $ "{ AlbumManager . Uid } -") . Split ( '_' ) [ 1 ] ) ;
9898 var albumKey = AlbumManager . GetAlbumKeyByIndex ( albumIndex ) ;
9999
100- if ( AssertAlbumKeyIndex ( albumKey , albumIndex ) )
100+ if ( ! AssertAlbumKeyIndex ( albumKey , albumIndex ) )
101101 continue ;
102102
103103 var failData = GameFailCount . FirstOrDefault ( d => d [ "uid" ] . GetResult < string > ( ) == dUid ) ;
@@ -145,7 +145,7 @@ public static void SplitCustomData()
145145 var difficulty = int . Parse ( dUid . RemoveFromStart ( $ "{ AlbumManager . Uid } -") . Split ( '_' ) [ 1 ] ) ;
146146 var albumKey = AlbumManager . GetAlbumKeyByIndex ( albumIndex ) ;
147147
148- if ( AssertAlbumKeyIndex ( albumKey , albumIndex ) )
148+ if ( ! AssertAlbumKeyIndex ( albumKey , albumIndex ) )
149149 continue ;
150150
151151 // New
You can’t perform that action at this time.
0 commit comments