From a947ca436858cbf6d34aef5692de1ce761551467 Mon Sep 17 00:00:00 2001
From: johnb432 <58661205+johnb432@users.noreply.github.com>
Date: Sun, 3 Nov 2024 10:42:31 +0100
Subject: [PATCH] Update fnc_checkFiles.sqf
---
addons/common/functions/fnc_checkFiles.sqf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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);
};
-
};
};