replace wall of text that was registering listeners with a nice loop

This commit is contained in:
YouHaveTrouble
2020-08-21 03:32:39 +02:00
parent 1f225d14f8
commit 1ce19a564b
25 changed files with 65 additions and 30 deletions
+5
View File
@@ -77,5 +77,10 @@
<version>1.18.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
</dependency>
</dependencies>
</project>