You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We can reduce the time of get player which account banned, if change the code position from HandlerGetPlayerTokenReq.java:97 to HandlerGetPlayerTokenReq.java:44.
if (session.getAccount().isBanned()) {
...
}
Describe the solution you'd like
Change the code from HandlerGetPlayerTokenReq.java:97 to HandlerGetPlayerTokenReq.java:44. Could I make a pull request for this?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
PacketGetPlayerTokenRsp.java:44 need player getAvatarCount() , so we still need setPlayer before check account state.
If I find a way to replace it, i will make a pr for this.
Is your feature request related to a problem? Please describe.
We can reduce the time of get player which account banned, if change the code position from HandlerGetPlayerTokenReq.java:97 to HandlerGetPlayerTokenReq.java:44.
Describe the solution you'd like
Change the code from HandlerGetPlayerTokenReq.java:97 to HandlerGetPlayerTokenReq.java:44. Could I make a pull request for this?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: