Fix unreachable code warning

This code isn't reachable, removed.
This commit is contained in:
Kawe Mazidjatari 2023-04-23 20:35:08 +02:00
parent 8898b44dee
commit 59b685b7ee

View File

@ -58,7 +58,6 @@ bool OverlayBase_t::IsDead() const
{
return m_nCreationTick < *g_nRenderTickCount;
}
return g_pClientState->GetClientTime() >= m_flEndTime;
}
//------------------------------------------------------------------------------