Skip to content

v3.11.1: Fixed wrong List length for MOTD

Compare
Choose a tag to compare
@Andre601 Andre601 released this 28 Jun 16:37
· 162 commits to master since this release

This update fixes a wrong usage of List#sublist where I used 0, 1 as arguments when it should be 0, 2.

Also, slightly simplified code to have too much repeated code...