[FEATURE] Added the logout disabler random

Also removed the question solver random until it’s been fixed
This commit is contained in:
Emma Stone
2017-01-27 00:50:50 +00:00
parent e88bf7a159
commit b2f6868b0e
3 changed files with 54 additions and 3 deletions
@@ -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);