Archived
0

Removed chatalias debug spam, fixes #39

This commit is contained in:
David Panić
2019-01-07 21:28:41 +01:00
parent 6b7f687c07
commit 1ffd4d43b5

View File

@@ -88,10 +88,6 @@ public class Chatalias implements Module, Listener {
keyword = keyword.replace("RND;", "");
String[] results = replacement.split(" \\|\\| ");
for (String str : results) {
System.out.println(str);
}
int rand = ThreadLocalRandom.current().nextInt(0, results.length);
replacement = results[rand];