diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index aeb4432..1258118 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -212,6 +212,7 @@ class PlaneController extends PublicController $data['runing'] = implode('', $matches[0]); } else { $data['bind_route'] = null; + $data['runing'] = null; } if ($_REQUEST['desc']) { $data['describe'] = $_REQUEST['desc'];