Skip to content

Commit

Permalink
Improve detection data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Nov 9, 2024
1 parent 0cc000b commit 5ab047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export async function analyze(data) {
"java.lang.ClassNotFoundException: net.minecraft.network.protocol.status.ServerPing$ServerData",
solution: "unsupported_spigotversion"
}, {
string: "net.md_5.bungee.util.QuietException: Unexpected packet received during login process!",
string: "net.md_5.bungee.util.QuietException: Unexpected packet received during ",
solution: "bungee_bug"
}];

Expand Down

0 comments on commit 5ab047c

Please sign in to comment.