mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-02 16:49:10 +00:00
[BUGFIX] Set to correct check
This commit is contained in:
@@ -223,6 +223,6 @@ public class ClassRedirect {
|
||||
|
||||
private static boolean validRequest(Class c) {
|
||||
Core.verbose("Got request for class: " + c.getName());
|
||||
return c.getName().toLowerCase().contains("parabot");
|
||||
return !c.getName().toLowerCase().contains("parabot");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user