Update fn_advancedSlingLoadingInit.sqf

This commit is contained in:
sethduda
2016-04-20 15:56:18 -04:00
parent a3517959b5
commit 0e83a31589

View File

@ -835,7 +835,7 @@ if(isServer) then {
}; };
}; };
ASL_SUPPORTED_REMOTEEXECCLIENT_FUNCTIONS = ["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_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"];
ExileServer_AdvancedSlingLoading_network_AdvancedSlingLoadingRemoteExecClient = { ExileServer_AdvancedSlingLoading_network_AdvancedSlingLoadingRemoteExecClient = {
params ["_sessionId", "_messageParameters"]; params ["_sessionId", "_messageParameters"];