Update fn_advancedSlingLoadingInit.sqf

This commit is contained in:
sethduda 2016-05-19 10:41:12 -04:00
parent e019312ebd
commit 740c4af87c

View File

@ -1062,10 +1062,6 @@ ASL_Add_Player_Actions = {
player addAction ["Deploy Cargo Ropes", {
[] call ASL_Deploy_Ropes_Action;
}, nil, 0, false, true, "", "call ASL_Deploy_Ropes_Action_Check"];
player addAction ["Put Away Cargo Ropes", {
[] call ASL_Put_Away_Ropes_Action;
}, nil, 0, false, true, "", "call ASL_Put_Away_Ropes_Action_Check"];
player addAction ["Attach To Cargo Ropes", {
[] call ASL_Attach_Ropes_Action;
@ -1144,7 +1140,7 @@ if(isServer) then {
};
};
ASL_SUPPORTED_REMOTEEXECCLIENT_FUNCTIONS = ["ASL_Pickup_Ropes","ASL_Deploy_Ropes_Index","ASL_Rope_Set_Mass","ASL_Extend_Ropes","ASL_Shorten_Ropes","ASL_Release_Cargo","ASL_Retract_Ropes","ASL_Deploy_Ropes","ASL_Put_Away_Ropes","ASL_Hint","ASL_Attach_Ropes","ASL_Drop_Ropes"];
ASL_SUPPORTED_REMOTEEXECCLIENT_FUNCTIONS = ["ASL_Pickup_Ropes","ASL_Deploy_Ropes_Index","ASL_Rope_Set_Mass","ASL_Extend_Ropes","ASL_Shorten_Ropes","ASL_Release_Cargo","ASL_Retract_Ropes","ASL_Deploy_Ropes","ASL_Hint","ASL_Attach_Ropes","ASL_Drop_Ropes"];
ExileServer_AdvancedSlingLoading_network_AdvancedSlingLoadingRemoteExecClient = {
params ["_sessionId", "_messageParameters"];