fixed flag capture timer. Closes #1454

This commit is contained in:
oy 2016-02-14 16:48:50 +01:00
parent 2460ddf12a
commit c9bf87e757

View file

@ -28,10 +28,10 @@ void CFlag::Reset()
void CFlag::Grab(CCharacter *pChar)
{
m_AtStand = false;
m_pCarrier = pChar;
if(m_AtStand)
m_GrabTick = Server()->Tick();
m_AtStand = false;
}
void CFlag::Drop()