Quick fix quick fix

This commit is contained in:
def 2021-11-03 15:13:47 +01:00
parent 63c4617b9e
commit 469e6ba1af

View file

@ -90,7 +90,7 @@ void CDragger::Move()
}
if(m_TargetID < 0)
m_TargetID = Id != -1 ? TempEnts[Id]->GetPlayer()->GetCID() : 0;
m_TargetID = Id != -1 ? TempEnts[Id]->GetPlayer()->GetCID() : -1;
if(m_TargetID >= 0)
{