mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 08:39:09 +00:00
[FEATURE] Added the logout disabler random
Also removed the question solver random until it’s been fixed
This commit is contained in:
@@ -32,8 +32,8 @@ public class QuestionSolver implements Random {
|
||||
|
||||
@Override
|
||||
public void execute() {
|
||||
String message = Loader.getClient().getInterfaceCache()[372].getMessage();
|
||||
if (!message.contains("lose items on death, beware")) {
|
||||
String message = Loader.getClient().getInterfaceCache()[371].getMessage();
|
||||
if (!message.contains("otherwise you will be teleported")) {
|
||||
message = message.replace("@dre@ ", "");
|
||||
|
||||
Logger.addMessage("Contacting server to get an answer", false);
|
||||
|
||||
Reference in New Issue
Block a user