DETECTOR: Do not show the zero matched size for illegitimate copies
This commit is contained in:
parent
1f2db34042
commit
672a46b84f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ bool cleanupPirated(ADGameDescList &matched) {
|
||||||
|
|
||||||
// We ruled out all variants and now have nothing
|
// We ruled out all variants and now have nothing
|
||||||
if (matched.empty()) {
|
if (matched.empty()) {
|
||||||
warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
|
warning("Illegitimate game copy detected. We provide no support in such cases");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue