🐛 Fix comic elements being reordered randomly
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 24 Oct 2021 09:52:16 +0000 (11:52 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 24 Oct 2021 09:52:16 +0000 (11:52 +0200)
commit211b567f44437d45eacc31fbeca5d5aee99f1d3b
tree90cd00651432bcc0ff634758bea1b88185d0fe61
parent6b8c84a6917d78c73dc255f49302d7892610a92e
🐛 Fix comic elements being reordered randomly

For some reason I decided to merge the list of existing comics and the list of
new comics into a Set, thus completely getting rid of their order.
src/main/java/net/pterodactylus/rhynodge/triggers/NewComicTrigger.java
src/test/kotlin/net/pterodactylus/rhynodge/triggers/NewComicTriggerTest.kt [new file with mode: 0644]