It should exempt game mode submissions from description generation now.
As for the bug, that's a Blockland issue. Package deactivation is entirely forgeted in BL at the moment as far as I know - the scope for this code going wrong is infinitesimal:
function destroyServer()
{
$RTB::MSSC::Prefs = 0;
Parent::destroyServer();
}