mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix unreachable code warning
This code isn't reachable, removed.
This commit is contained in:
parent
8898b44dee
commit
59b685b7ee
@ -58,7 +58,6 @@ bool OverlayBase_t::IsDead() const
|
||||
{
|
||||
return m_nCreationTick < *g_nRenderTickCount;
|
||||
}
|
||||
return g_pClientState->GetClientTime() >= m_flEndTime;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user