Just to prevent missunderstandings

This commit is contained in:
Christian 2017-10-10 23:13:07 +02:00
parent 96977cfb03
commit 5c24793573
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (isClass (configFile >> "CfgVehicles" >> _classtotest)) then {
_return = true;
} else {
if (isServer) then {
diag_log format ["[KP LIBERATION] [CHECKCLASS] %1 not found in CfgVehicles", _classtotest];
diag_log format ["[KP LIBERATION] [CHECKCLASS] %1 not found in CfgVehicles (no error, everything is fine)", _classtotest];
};
};