ModDota / moddota.github.io

ModDota github pages project.
https://moddota.com/
23 stars 45 forks source link

fix transmitter example not refreshing values #87

Closed DankBudd closed 2 years ago

DankBudd commented 2 years ago

was using ForceRefresh every interval think which made modifiers have endless duration changed to just self:OnRefresh()

and added missing call to self:OnCreated()