mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[TASK] Added verbose line
This commit is contained in:
@@ -212,6 +212,7 @@ public class ClassRedirect {
|
||||
}
|
||||
|
||||
private static boolean validRequest(Class c) {
|
||||
Core.verbose("Got request for class: " + c.getName());
|
||||
return !c.getName().toLowerCase().contains("parabot");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user