File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/tvd12/ezyfoxserver/client/handler Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 <artifactId >ezyfox-server-java-client</artifactId >
1313
14- <version >1.1.0 </version >
14+ <version >1.1.1 </version >
1515 <name >ezyfox-server-java-client</name >
1616 <url >https://youngmonkeys.org/</url >
1717
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ protected void preHandle(EzyArray data) {
3030 this .client .setSessionToken (data .get (1 , String .class ));
3131 this .client .setSessionId (data .get (2 , long .class ));
3232 if (client .isEnableSSL ()) {
33- this .client .setSessionKey (decrypteSessionKey (data .get (3 , byte [].class , null )));
33+ this .client .setSessionKey (decryptSessionKey (data .get (3 , byte [].class , null )));
3434 }
3535 }
3636
37- protected byte [] decrypteSessionKey (byte [] sessionKey ) {
37+ protected byte [] decryptSessionKey (byte [] sessionKey ) {
3838 if (sessionKey == null ) {
3939 if (client .isEnableDebug ()) {
4040 return null ;
You can’t perform that action at this time.
0 commit comments