MXS-2271 Move script-related settings to the settings-container
Also moves related functions to class methods.
This commit is contained in:
@ -109,7 +109,7 @@ public:
|
||||
protected:
|
||||
void pre_loop();
|
||||
void tick();
|
||||
void process_state_changes();
|
||||
void process_state_changes() override;
|
||||
|
||||
private:
|
||||
// Some methods need a log on/off setting.
|
||||
|
Reference in New Issue
Block a user