Refire rate variable on mod_revolver not working?!

<bump> Epic please!

tl;dr Can change the fire rate on a pistol but not on a revolver.

In the mod_Revolver class there’s a Refire Time float under Weapon.

Changing variable on regular pistols, those inheriting from Mod Pistol, effects change, but…

doing it on a gun inheriting from the mod_Revolver class, or the mod_Revolver class itself, doesn’t.

Bump > Please help!

Steps to reproduce:

  1. Create a new Custom Revolver mod
  2. Change the “Refire Time” float from .2 to 1 (so you can only fire once per second)

Result:
I’m able to fire 4 to 5 times per second

Expected Result:
I can only fire once per second

is still an issue for me. Running the latest updated mod tool as of post.

Could someone from Epic please take a quick look at ? It shouldn’t take more than a few minutes.

Don’t get me wrong, I could hack around issue by ignoring the notify fired until a custom timer expires.