added "sim/" to the front of DREF

optional “sim/“ feature has been removed from XPC
This commit is contained in:
Chris Teubert
2015-04-03 13:49:58 -07:00
parent 494d661d52
commit cfe34f81ea
3 changed files with 178 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ public class XPlaneConnectTest
String[] drefs =
{
"sim/cockpit/switches/gear_handle_status",
"cockpit2/switches/panel_brightness_ratio"
"sim/cockpit2/switches/panel_brightness_ratio"
};
try(XPlaneConnect xpc = new XPlaneConnect())
{