Voting happens twiceBug
Voting will come up at the time I set in the config and once people have voted it will appear again halfway through the night
yeah its annoying is why i removed it
It`s actually easy to fix this, just adjust line 320 to your needs.
timer.In(900, () => isWaiting = false);​
I think 600 is original. I changed it to 900 and don`t have any issues.
In response to chadomat ():
It`s actually easy to fix this, just adjust line 320 to your needs.
timer.In(900, () => isW...
@chadomat thank you, I'll give it a go 
going to test this now 

Merged post

changed code in main plugin and it works fine now - no more voting twice.
cheers @chadomat
In response to chadomat ():
It`s actually easy to fix this, just adjust line 320 to your needs.
timer.In(900, () => isW...
It worked thanks a bunch 
In response to chadomat ():
It`s actually easy to fix this, just adjust line 320 to your needs.
timer.In(900, () => isW...
Thanks!