[Maps] Set download delay to 10 seconds

This commit is contained in:
momo5502 2018-11-25 23:19:21 +01:00
parent adce219257
commit 077d798e6b

View File

@ -969,7 +969,7 @@ namespace Components
{
Command::Execute("closemenu popup_reconnectingtoparty", false);
Command::Execute("reconnect", false);
}, 6s, true);
}, 10s, true);
});
if(Dedicated::IsEnabled())