Skip to content

Commit

Permalink
Fixed #202
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Dec 16, 2017
1 parent d472fff commit e807f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ if((_target isEqualType 0 and {_target == clientOwner}) or {_target isEqualTypeA
} else
{
// send code to the server for remote execution
_jip_id = [_args, _code, _target, _jip] remoteExecCall ["Achilles_fnc_spawn_remote", 2];
_jip_id = [_args, _code, _target, _jip] remoteExec ["Achilles_fnc_spawn_remote", 2];
};
_jip_id

0 comments on commit e807f11

Please sign in to comment.