ProjectInfinity / PocketVote-Nukkit

7 stars 6 forks source link

Offline vote saving and vote expiration #8

Closed imjack closed 5 years ago

imjack commented 5 years ago

I noticed on Nukkit offline votes occasionally wouldn't be saved to the config and votes wouldn't expire due to them not having an expire key. This request fixes that issue whilst creating a Vote object rather than using HashMap’s to store data.