diff --git a/addons/common/functions/fnc_checkFiles.sqf b/addons/common/functions/fnc_checkFiles.sqf index 2f97c8bef8b..f94717aafee 100644 --- a/addons/common/functions/fnc_checkFiles.sqf +++ b/addons/common/functions/fnc_checkFiles.sqf @@ -1,6 +1,6 @@ #include "..\script_component.hpp" /* - * Author: commy2, johnb432, LinkIsGrim + * Author: commy2, johnb43, LinkIsGrim * Compares version numbers of PBOs and DLLs. Logs and displays error message on any version/addon errors in multiplayer. * * Arguments: @@ -267,7 +267,6 @@ if (isMultiplayer) then { private _errorMsg = format ["%1

%2

%3", _reasonMsg, _fixMsg, _infoMsg]; [_title, _errorMsg] call FUNC(errorMessage); }; - }; };