mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
Merge pull request #9058 from iMilchshake/master
Add actually setting `m_LastRescue` variable
This commit is contained in:
commit
9829f1ea2f
|
@ -2376,6 +2376,7 @@ void CCharacter::Rescue()
|
|||
return;
|
||||
}
|
||||
|
||||
m_LastRescue = Server()->Tick();
|
||||
float StartTime = m_StartTime;
|
||||
m_RescueTee[GetPlayer()->m_RescueMode].Load(this, Team());
|
||||
// Don't load these from saved tee:
|
||||
|
|
Loading…
Reference in a new issue