#344 - Ignore missing ace_serverconfig on client

This commit is contained in:
PabstMirror 2015-04-07 17:14:27 -05:00
parent d1b8595c0e
commit 2f4335d3c2

View File

@ -81,7 +81,7 @@ if (!isServer) then {
_index = _files find _x;
if (_index == -1) then {
_missingAddons pushBack _x;
if (_x != "ace_serverconfig") then {_missingAddons pushBack _x;};
} else {
_clientVersion = _versions select _index;