diff --git a/MATLAB/+XPlaneConnect/sendDREF.m b/MATLAB/+XPlaneConnect/sendDREF.m index cbfacb3..e9a1b5c 100644 --- a/MATLAB/+XPlaneConnect/sendDREF.m +++ b/MATLAB/+XPlaneConnect/sendDREF.m @@ -15,5 +15,4 @@ if ~exist('socket', 'var') sendDREFs(dref, value) else sendDREFs(dref, value, socket) -end -socket.sendDREF(dref, value); \ No newline at end of file +end \ No newline at end of file