Skip to content

Commit

Permalink
WorldControl: use event by default (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 7, 2023
1 parent 0a6db83 commit f715d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/world_control/WorldControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ namespace plugins
public: bool lastStatsMsgPaused{true};

/// \brief Whether server communication should occur through an event (true)
/// or service (false). The service option is used by default for
/// gz-gui6, and should be changed to use the event by default in gz-gui7.
public: bool useEvent{false};
/// or service (false). The service option was used by default for
/// gz-gui7 and earlier, and now uses the event by default in gz-gui8.
public: bool useEvent{true};
};
}
}
Expand Down

0 comments on commit f715d6c

Please sign in to comment.