Do not return status in deleteSingleGames() method
The status was determined by whether single games were created before the call to deleteSingleGames(). The better way to check this is to use the new hasSingleGames() functionality as it is now done in KBlocksWin.
Please register or sign in to comment