enowars / EnoEngine

MIT License
12 stars 2 forks source link

Consistently use milliseconds instead of seconds #128

Closed ldruschk closed 3 years ago

ldruschk commented 3 years ago

currently roundLength is in seconds whereas timeout is in milliseconds

domenukk commented 3 years ago

Why would round length not be seconds? Milliseconds are just a pain to work with if you usually want a minute or more, imho.

Trolldemorted commented 3 years ago

incorporated into #130