mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Quick fix quick fix
This commit is contained in:
parent
63c4617b9e
commit
469e6ba1af
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue