Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 6288e5d

Browse files
committed
fix a bug
1 parent a1c561c commit 6288e5d

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/io/github/axolotlclient/modules/hypixel

1 file changed

+1
-1
lines changed

common/src/main/java/io/github/axolotlclient/modules/hypixel/AutoGG.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private List<String> addToList(String... strings) {
159159

160160
private void onMessage(ReceiveChatMessageEvent event) {
161161
String message = event.getOriginalMessage();
162-
if (client.br$isLocalServer()) {
162+
if (!client.br$isLocalServer()) {
163163
serverMap.keySet().forEach(s -> {
164164
if (serverMap.get(s).get() && client.br$getServerAddress().contains(s)) {
165165
if (gf.get()) {

0 commit comments

Comments
 (0)