mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix update done message a bit
This commit is contained in:
parent
b306f4133d
commit
62da96b518
|
@ -1819,7 +1819,7 @@ void CMenus::RenderSettingsDDRace(CUIRect MainView)
|
|||
else if(State >= IAutoUpdate::CLEAN && State < IAutoUpdate::NEED_RESTART)
|
||||
str_format(aBuf, sizeof(aBuf), "Updating...");
|
||||
else if(State == IAutoUpdate::NEED_RESTART){
|
||||
str_format(aBuf, sizeof(aBuf), "Done");
|
||||
str_format(aBuf, sizeof(aBuf), "DDNet Client updated!");
|
||||
m_NeedRestartUpdate = true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue