mirror of
https://github.com/kami-blue/client
synced 2025-02-19 06:37:35 +00:00
Inverted if condition, I'm too tired for this shit
This commit is contained in:
parent
f5a2f5905d
commit
86ba7be9be
@ -55,7 +55,7 @@ class LagNotifier : Module() {
|
||||
} else {
|
||||
"Server Not Responding! "
|
||||
}
|
||||
if (hasUnpaused && pauseDuringLag.value && BaritoneAPI.getProvider().primaryBaritone.customGoalProcess.goal == null) {
|
||||
if (hasUnpaused && pauseDuringLag.value && BaritoneAPI.getProvider().primaryBaritone.customGoalProcess.goal != null) {
|
||||
if (feedback.value) MessageSendHelper.sendBaritoneMessage("Paused due to lag!")
|
||||
pause()
|
||||
hasUnpaused = false
|
||||
|
Loading…
Reference in New Issue
Block a user