TriggerReactor

TriggerReactor

24.6k Downloads

Global Variable should be copied by cashed one, not from var.yml when it should be saved.

rkdrns4747 opened this issue · 3 comments

commented

We have huge problem with Global Variable that **they does not saved in file directly when we sets one value in very short time like:

{"a.b.cccd"} = "hi" //saved in file
{"a.b.cccd"} = null //still value "hi" exists

why this is a significant problem is that if trigger plugin reloaded by /trg reload or disable simply by /reload or /stop , trigger saves value based on exist file, var.yml. though cashed, right value it has is different.
So, It should be fixed anyway, and I think it would be work saving cashed value to file once again before the plugin being reloaded/disabled.

commented

Is it the latest version?

commented
commented

Duplicate with #161

Will work on it