Repeat attribute with 0 tick interval only activates once
If you use a mechanic with the "Repeat" attribute and "repeatInterval" set to 0, the mechanic only appears to activate once.
Using the skills in this patebins demonstrates the issue: https://pastebin.com/sPF2eZQ8
Currently the message mechanic both in "TestSkill" executed from "RepeatSkill", and "RepeatMessage" executed manually only sends the message once even though it should be sent 4 times because of the "repeat=3" mechanic. Though when "repeatInterval" in increased to 1 or above it works as intended.
Even though the "repeatInterval" is set to 0, the "Repeat" attribute should work as intended and repeat the mechanic after it has been executed.
The Plugin does not log any warnings or information about the problem, so I will not upload any log information.