Skip to content

Commit

Permalink
Update fnc_checkFiles.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Nov 3, 2024
1 parent d5f8be2 commit a947ca4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/common/functions/fnc_checkFiles.sqf
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -267,7 +267,6 @@ if (isMultiplayer) then {
private _errorMsg = format ["%1<br/><br/>%2<br/><br/>%3", _reasonMsg, _fixMsg, _infoMsg];
[_title, _errorMsg] call FUNC(errorMessage);
};

};
};

Expand Down

0 comments on commit a947ca4

Please sign in to comment.