Update ChatReceivedEvent.java

remove stuff
This commit is contained in:
Night 2023-06-13 22:03:29 +01:00 committed by GitHub
parent 6c52931c45
commit b2c8888707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,8 +98,6 @@ public class ChatReceivedEvent {
}
if (message.contains("You were spawned in Limbo") || message.contains("return from AFK")) {
try {
if (this.lockForJoiningSkyblock.isLocked) return;
this.lockForJoiningSkyblock.lock();
Utils.debugLog("Detected in Limbo or Lobby, sending you back to skyblock");
Utils.addTitle("You got sent to Limbo or Lobby!");
Flipper.state = FlipperState.NONE;