mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
9bc4534660
commit
93225c6495
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;
|
||||
PatchServers.clear();
|
||||
|
||||
for (i=0; i<patchURIs.size(); ++i)
|
||||
{
|
||||
PatchServers.push_back(CPatchServer(patchURIs[i]));
|
||||
|
|
Loading…
Reference in a new issue