Hi, @Atrik
can you fix /pingall so i dont have to do it every new version?
Line 14 ChatCommandHandler~autociv.js
const ignore = new Set([selfNick].concat(this.botsListIgnore));
->
const ignore = new Set([selfNick].concat(that.botsListIgnore));
change 'this' to 'that'
and add "WFGBot" to botsListIgnore
@Atrik: fix pingall pls
Line 15 ChatCommandHandler~autociv.js
const ignore = new Set([selfNick].concat(this.botsListIgnore));
const ignore = new Set([selfNick].concat(that.botsListIgnore));
change this to that
and add "WFGBot" to botsListIgnore
there seems to be a problem with rally point for romans.
select all barracks, set rally to trees or something.
trained units stay idle next to barracks.
doesnt happen with other civs