AgentSanchez / SeriousVote

Vote Listener For Sponge
3 stars 4 forks source link

Commands not executing in order #7

Closed GershonR closed 6 years ago

GershonR commented 6 years ago

If I have a set like this:

         "plainbroadcast &6====",
      "plainbroadcast &a{player} has voted!",
      "plainbroadcast &6====",

It will sometimes not execute in the correct order

curscascis commented 6 years ago

Votes come in asynchronously and sometimes the commands will not be in the same order, I'll see what I can do about it for future builds.