Spawning creep with directions: []
-
spawn.spawnCreep([MOVE], 'scout', {directions: [] });
returns OK, but on the next tick nothing is spawning.
Even if the empty array is not a valid direction, spawnCreep should probably either return an error code (invalid args?) or spawn the creep instead of returning the OK.
-
@geir1983 Thank you for the report, we'll take a look.