Skip to content

Commit

Permalink
更新组件提示
Browse files Browse the repository at this point in the history
  • Loading branch information
CaaMoe committed Jul 2, 2023
1 parent 9314d90 commit 7af2871
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ class BukkitInjector : Injector {
"It is strongly recommended that you install ProtocolLib," +
" otherwise the client will always prompt 'invalid session' when kicked out by MultiLogin during the login phase."
)

LoggerProvider.getLogger().warn(
"In 1.19.3+ version, MultiLogin will use it to ignore chat session, if this function is not enabled, " +
"users who use non-Microsoft authentication will always be kicked out of the game because of 'Invalid signature for profile public key'"
)
}
try {
// Service 存在,是高版本的!
Expand Down

0 comments on commit 7af2871

Please sign in to comment.