File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -373,10 +373,17 @@ public bool CanSetPierSide
373373 {
374374 get
375375 {
376- SharedResources . TrafficStart ( SharedResources . MessageType . Capabilities , "CanSetPointingState: " ) ;
377- CheckVersionOne ( "CanSetPointingState" ) ;
378- SharedResources . TrafficEnd ( TelescopeHardware . CanSetPointingState . ToString ( ) ) ;
379- return TelescopeHardware . CanSetPointingState ;
376+ if ( AlignmentMode == AlignmentMode . GermanPolar )
377+ {
378+ SharedResources . TrafficStart ( SharedResources . MessageType . Capabilities , "CanSetPointingState: " ) ;
379+ CheckVersionOne ( "CanSetPointingState" ) ;
380+ SharedResources . TrafficEnd ( TelescopeHardware . CanSetPointingState . ToString ( ) ) ;
381+ return TelescopeHardware . CanSetPointingState ;
382+ }
383+ else
384+ {
385+ return false ;
386+ }
380387 }
381388 }
382389
You can’t perform that action at this time.
0 commit comments