mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
[BUGFIX] Made requiresJar true instead of false
This commit is contained in:
@@ -57,7 +57,7 @@ public class JPushBullet extends Library {
|
||||
|
||||
@Override
|
||||
public boolean requiresJar() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user