Changed: Minor changes
This commit is contained in:
parent
90185f7682
commit
607a92dae6
1 changed files with 4 additions and 3 deletions
|
@ -275,6 +275,7 @@ void CPatchManager::init(const std::vector<std::string>& patchURIs, const std::s
|
||||||
{
|
{
|
||||||
uint i;
|
uint i;
|
||||||
PatchServers.clear();
|
PatchServers.clear();
|
||||||
|
|
||||||
for (i=0; i<patchURIs.size(); ++i)
|
for (i=0; i<patchURIs.size(); ++i)
|
||||||
{
|
{
|
||||||
PatchServers.push_back(CPatchServer(patchURIs[i]));
|
PatchServers.push_back(CPatchServer(patchURIs[i]));
|
||||||
|
|
Loading…
Reference in a new issue