mirror of
https://github.com/glest/glest-source.git
synced 2025-01-29 03:27:39 +01:00
Fixed thing
This commit is contained in:
parent
b0ff32b509
commit
072940cacf
@ -838,7 +838,7 @@ namespace Game {
|
||||
}
|
||||
if (SystemFlags::VERBOSE_MODE_ENABLED)
|
||||
printf("compareResult = %d local [%s] remote [%s]\n",
|
||||
compareResult, GameVersionString.c_str(), serverVersion.c_str());
|
||||
compareResult, currentVersion.c_str(), serverVersion.c_str());
|
||||
|
||||
if (compareResult < 0) {
|
||||
/*string downloadBinaryKey =
|
||||
|
Loading…
x
Reference in New Issue
Block a user