DETECTOR: Clarify warning a bit
This commit is contained in:
parent
136ffb5e0a
commit
48dac6ab7f
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ bool cleanupPirated(ADGameDescList &matched) {
|
|||
// We ruled out all variants and now have nothing
|
||||
if (matched.empty()) {
|
||||
|
||||
warning("Illegitimate copy of the game detected. We give no support in such cases %d", matched.size());
|
||||
warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue