mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-13 01:20:54 +00:00
4.56.1
* Experiment Changed: This release just changes the parameters of the MQTT pubsub experiment, but otherwise has no changes.
This commit is contained in:
parent
f1be0ea60c
commit
0460c02994
8 changed files with 20 additions and 13 deletions
|
@ -164,8 +164,8 @@ export default class ExperimentManager extends Module {
|
|||
|
||||
|
||||
onEnable() {
|
||||
this.on('socket:command:reload_experiments', this.loadExperiments, this);
|
||||
this.on('socket:command:update_experiment', this.updateExperiment, this);
|
||||
this.on('pubsub:command:reload_experiments', this.loadExperiments, this);
|
||||
this.on('pubsub:command:update_experiment', this.updateExperiment, this);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue