From c1cfc3d29709635da7b2585ae43b61c71e14cf51 Mon Sep 17 00:00:00 2001 From: vbawol Date: Mon, 1 May 2017 14:36:51 -0500 Subject: [PATCH] fixed invaild format for missionComms params Thanks to @LordGolias and his awesomeparser for catching it: https://www.reddit.com/r/armadev/comments/681236/released_static_analyzer_for_sqf_and_integration/ --- .../compile/epoch_missions/EPOCH_Server_missionComms.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_missionComms.sqf b/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_missionComms.sqf index 0615f11c..8adbee9a 100644 --- a/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_missionComms.sqf +++ b/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_missionComms.sqf @@ -12,7 +12,7 @@ Github: https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server/compile/epoch_missions/EPOCH_Server_missionComms.sqf */ -params["_plyr","_token",["_cmd",-1],["_tmpVar", nil],{"_missionIndex",-1],["_item",objNull],["_pos"],[]]; +params["_plyr","_token",["_cmd",-1],["_tmpVar", nil],["_missionIndex",-1],["_item",objNull],["_pos",[]]]; if !([_plyr, _token] call EPOCH_server_getPToken) exitWith{};