dktapps-pm-pl / pmforms

Form API library for PocketMine-MP plugins
GNU Lesser General Public License v3.0
47 stars 20 forks source link

Test the elements map for duplicates rather than the element values list #6

Closed jasonw4331 closed 4 years ago

jasonw4331 commented 4 years ago

I ran across this issue while using integers casted as a string for element names. Probably a typo, but here's a fix anyway.