Skip to content

Commit

Permalink
Merge branch 'main' into nkoenig/remove-ign
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig authored Aug 10, 2023
2 parents 5844641 + f715d6c commit 8d31dfe
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 8d31dfe

Please sign in to comment.