Hello,
I am using JASS 3.1.0. If JASS first auto-bans someone and then I ban someone via "rcon jass ban #.#.#.# x", that custom ban item disappears as soon as the time runs out for the ban issued by JASS itself.
For example:
- I issue jass ban 1.1.1.1 0 to permanently ban 1.1.1.1
- Somebody at 2.2.2.2 attacks the server and JASS bans then for a minute
- I issue jass ban 3.3.3.3 0 to permanently ban 3.3.3.3
If I immediately type "jass banlist", the output will say:
Quote
1.1.1.1 | Permanent
2.2.2.2 | 1:00
3.3.3.3 | Permanent
But if I wait a minute later, it will say:
This is because when it deleted 2.2.2.2 from the banlist, it somehow also catches 3.3.3.3 and deletes that ban as well, while the ban on 1.1.1.1 remains intact.