Update ChatReceivedEvent.java
remove stuff
This commit is contained in:
parent
6c52931c45
commit
b2c8888707
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ public class ChatReceivedEvent {
|
||||||
}
|
}
|
||||||
if (message.contains("You were spawned in Limbo") || message.contains("return from AFK")) {
|
if (message.contains("You were spawned in Limbo") || message.contains("return from AFK")) {
|
||||||
try {
|
try {
|
||||||
if (this.lockForJoiningSkyblock.isLocked) return;
|
|
||||||
this.lockForJoiningSkyblock.lock();
|
|
||||||
Utils.debugLog("Detected in Limbo or Lobby, sending you back to skyblock");
|
Utils.debugLog("Detected in Limbo or Lobby, sending you back to skyblock");
|
||||||
Utils.addTitle("You got sent to Limbo or Lobby!");
|
Utils.addTitle("You got sent to Limbo or Lobby!");
|
||||||
Flipper.state = FlipperState.NONE;
|
Flipper.state = FlipperState.NONE;
|
||||||
|
|
Loading…
Reference in a new issue