Skip to content

Commit

Permalink
Fix arg to addPublicVariableEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Sep 25, 2024
1 parent 9150970 commit b75f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_checkVersionNumber.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private _fnc_check = {

// Wait for server to send the servers files and version numbers
if (isNil "ACE_Version_ServerVersions") then {
ACE_Version_ServerVersions addPublicVariableEventHandler _fnc_check;
"ACE_Version_ServerVersions" addPublicVariableEventHandler _fnc_check;
} else {
call _fnc_check;
};

0 comments on commit b75f2eb

Please sign in to comment.