SortaCore / MMF2Exts

A collection of MMF2 extensions. Also compatible with CF2.5, and CF2.5+.
33 stars 15 forks source link

Fix Editbox Numbers retaining first value #18

Closed nasiratif closed 1 year ago

nasiratif commented 1 year ago

If you had multiple Editbox Numbers in the JSON of an ext, they would all share the same value of the first one due to a bug with GetProperty() using a static variable to return the property.