diff --git a/MATLAB/+XPlaneConnect/sendDREF.m b/MATLAB/+XPlaneConnect/sendDREF.m index 65e23aa..cbf2119 100644 --- a/MATLAB/+XPlaneConnect/sendDREF.m +++ b/MATLAB/+XPlaneConnect/sendDREF.m @@ -35,4 +35,4 @@ end value = single(value); %%Send command -socket.setDREF(dref, value); \ No newline at end of file +socket.sendDREF(dref, value); \ No newline at end of file