JS Starter Bot doesn't set superRegion regions
- Updated Wednesday, January 14th 2015 @ 22:58:22
map.superRegions[i].regions = {} This is because superRegion's regions are never set. I've already corrected it in my bot, but I just wanted to give you guys a heads up.
Hmm... also settings starting_regions isn't being set correctly, because the settings parsing function grabs the 2nd element and the system sends it all starting areas as the rest of the elements. Personally im going to set value = (data.length > 2)?data.slice(1):data[1];
- Created Thursday, January 15th 2015 @ 08:10:07
Thans for the heads up. I hadn't taken the time yet to update the starter bot, I'll do so later today.