MultiOgar icon indicating copy to clipboard operation
MultiOgar copied to clipboard

Wrong seconds under mainloop

Open makandz opened this issue 8 years ago • 2 comments

https://github.com/Barbosik/MultiOgar/blob/master/src/GameServer.js#L687

It states the loop is to run per 30 seconds in the comment under it, but based on my math 250 ticks is actually 10 seconds. I ran it and tested my theory and I was write, the script runs every 10 seconds. Either the comment is wrong or the formula is wrong. 👍

Also one more thing, why did you guys do 10000 / 40? Why didn't you just put it as 250. It didn't affect anything when I tested it out. You're pretty much just adding an extra equation that doesn't matter much in that anyways :)

makandz avatar Nov 09 '16 01:11 makandz

rip this issue lol

makandz avatar Nov 10 '16 21:11 makandz

It's okay, bud.

BaumanDev avatar Nov 10 '16 23:11 BaumanDev