Revert the last commit

This commit is contained in:
Christian 2017-10-10 23:30:29 +02:00
parent 5c24793573
commit 4af88a2baa
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 (no error, everything is fine)", _classtotest];
diag_log format ["[KP LIBERATION] [CHECKCLASS] %1 not found in CfgVehicles", _classtotest];
};
};