Removed debug print statement
This commit is contained in:
@@ -164,10 +164,6 @@ public class Chatalias implements Module, Listener {
|
|||||||
keyword = keyword.replace("RND;", "");
|
keyword = keyword.replace("RND;", "");
|
||||||
String[] results = replacement.split(" \\|\\| ");
|
String[] results = replacement.split(" \\|\\| ");
|
||||||
|
|
||||||
for (String str : results) {
|
|
||||||
System.out.println(str);
|
|
||||||
}
|
|
||||||
|
|
||||||
int rand = ThreadLocalRandom.current().nextInt(0, results.length);
|
int rand = ThreadLocalRandom.current().nextInt(0, results.length);
|
||||||
|
|
||||||
replacement = results[rand];
|
replacement = results[rand];
|
||||||
|
|||||||
Reference in New Issue
Block a user