This commit is contained in:
Astrologies 2021-12-10 01:34:30 -05:00
parent 7026254a44
commit 4f8cfbb3e3
1 changed files with 0 additions and 3 deletions

View File

@ -20,8 +20,6 @@ if(getBC($clr) != "-")
{
if (isThumbnailerAlive())
{
//if (!isPendingRender())
//{
if (!isRenderCooldown($localuser))
{
$upd = $pdo->prepare("UPDATE body_colours SET {$bcdb[$cbc]} = :b WHERE uid = :u");
@ -37,6 +35,5 @@ if(getBC($clr) != "-")
{
http_response_code(500);
}
//}
}
}