fixed comment typo
This commit is contained in:
parent
5994371145
commit
bbbd6c4401
@ -106,7 +106,7 @@ static bool resolve_dependencies(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (dep.verison == "*" || dep.verison == found->second.version){
|
if (dep.verison == "*" || dep.verison == found->second.version){
|
||||||
// dependency pack version mets the required one
|
// dependency pack version meets the required one
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
throw contentpack_error(
|
throw contentpack_error(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user