JaraLowell / OgarServ

Jara's version of Agar.io's private server prodject in Javascript modified from OgarProject using JXCore.
http://ogar.mivabe.nl
Other
28 stars 13 forks source link

Sometimes bigger cell is faster than the smaller one. #181

Closed happyhg3927 closed 7 years ago

happyhg3927 commented 7 years ago

While playing, sometimes i feel bigger cells are faster than smaller one and actually bigger one catches up smaller one. I don't know why, but can you fix it?

makandz commented 7 years ago

Anybody confirm?

JaraLowell commented 7 years ago

Would guess might be this at line 1139 in GameServer.js

// Speed up a little if we can merge
if (check._canRemerge) speed *= 1.25;

Removing it or setting it to 1.00; would remove the slight boost

happyhg3927 commented 7 years ago

Okay, I'll try it.