mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Super team can't be saved/loaded
Thanks to Lady Saavik for report
This commit is contained in:
parent
66efbfd9e4
commit
6455689e32
|
@ -123,6 +123,9 @@ public:
|
||||||
|
|
||||||
bool GetSaving(int TeamID)
|
bool GetSaving(int TeamID)
|
||||||
{
|
{
|
||||||
|
if(TeamID <= TEAM_FLOCK || TeamID >= TEAM_SUPER)
|
||||||
|
return false;
|
||||||
|
|
||||||
return m_pSaveTeamResult[TeamID] != nullptr;
|
return m_pSaveTeamResult[TeamID] != nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue