DerpleMQ2 / rgmercs

Lua version of RGMercs Script
10 stars 20 forks source link

groupwatch wasn't resuming at the correct percentage #70

Closed grimmier378 closed 1 month ago

grimmier378 commented 1 month ago

the assignment was backward when checking the state. instead of assigning the resourceStartPct (aka the resume value) it was assigning the resourceSopPct (aka the pause pulls value)

could have either flipped the assignments or just switched from == to ~=

also added in a WARN debug message.

DerpleMQ2 commented 1 month ago

See my comments on the commits.