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

BotPlayer.js error #165

Closed skysea closed 7 years ago

skysea commented 7 years ago

// Splitting conditions if (check.cellType == 0 &&. cell.getSize() > (checksize + 4) 1.15 && cell.getSize() < checksize 5 && (!split) &&. this.splitCooldown == 0 &&. this.cells.length < 3) {

I change and fix

// Splitting conditions if (check.cellType == 0 && cell.getSize() > (checksize + 4) 1.15 && cell.getSize() < checksize 5 && (!split) && this.splitCooldown == 0 && this.cells.length < 3) {

JaraLowell commented 7 years ago

Will commit a huge update in a bit, just testing if it all fully working 😸

skysea commented 7 years ago

wow :) thank you for answer