you forgot ;
This commit is contained in:
parent
b65a0c4088
commit
913d2c09f1
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ public class ChatReceivedEvent {
|
||||||
}
|
}
|
||||||
if (message.contains("You were spawned in Limbo") || message.contains("joined the lobby!")) {
|
if (message.contains("You were spawned in Limbo") || message.contains("joined the lobby!")) {
|
||||||
try {
|
try {
|
||||||
if (this.lockForJoiningSkyblock.isLocked) return
|
if (this.lockForJoiningSkyblock.isLocked) return;
|
||||||
this.lockForJoiningSkyblock.lock()
|
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