mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-01-13 15:18:19 +03:00
Typo with minorVersion
This commit is contained in:
parent
05c839d295
commit
1dcc52fcc0
@ -34,7 +34,7 @@ bool rehlds_api_try_init(CSysModule* engineModule, char* failureReason)
|
||||
}
|
||||
|
||||
if (minorVersion < REHLDS_API_VERSION_MINOR) {
|
||||
sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, majorVersion);
|
||||
sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, minorVersion);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user