you forgot ;

This commit is contained in:
Night 2023-06-13 21:45:39 +01:00 committed by GitHub
parent b65a0c4088
commit 913d2c09f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,8 +99,8 @@ public class ChatReceivedEvent {
}
if (message.contains("You were spawned in Limbo") || message.contains("joined the lobby!")) {
try {
if (this.lockForJoiningSkyblock.isLocked) return
this.lockForJoiningSkyblock.lock()
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;