Fix an issue with CBS credit reloading

This commit is contained in:
2026-03-10 11:02:46 +01:00
parent 794dc7a669
commit 58d494e674

View File

@@ -84,6 +84,10 @@ Cbs::Update()
} }
else else
{ {
if (m_state == IDLE)
{
UpdateCredit(false);
}
m_state = WAITING; m_state = WAITING;
} }
} }