Skip to content

Commit

Permalink
Changed useReferee to true (default on)
Browse files Browse the repository at this point in the history
  • Loading branch information
flimdejong committed Nov 4, 2024
1 parent 1ce8564 commit 063104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboteam_ai/include/roboteam_ai/utilities/RuntimeConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace rtt::ai {
*/
class RuntimeConfig {
public:
static inline std::atomic<bool> useReferee;
static inline std::atomic<bool> useReferee = true;
static inline std::atomic<bool> ignoreInvariants;
static inline std::atomic<bool> isPaused;
};
Expand Down

0 comments on commit 063104a

Please sign in to comment.