Revert "Add Monotype COIL"

This reverts commit 0a46a3c20c.
This commit is contained in:
The Immortal
2016-07-02 18:40:29 +04:00
parent 436dd428ce
commit 91916e5bc7
2 changed files with 1 additions and 3 deletions

View File

@@ -92,8 +92,7 @@
'pususpecttest': 9,
'lcsuspecttest': 9,
'doublesoucurrent': 12,
'doublesoususpecttest': 12,
'monotype': 4
'doublesoususpecttest': 12
}
});

View File

@@ -53,7 +53,6 @@ foreach ($toplist as $row)
elseif ($row['formatid'] == 'pususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'lcsuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'doublesoucurrent' || $row['formatid'] == 'doublesoususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-12.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'monotype') echo number_format($N ? 40*$row['gxe']*pow(2.0,-4.0/$N) : 0,1,'.','');
else echo '--'; ?></td>
</tr>
<?php