Fix idle state disconnecting regardless of received pong
This commit is contained in:
@@ -1149,7 +1149,7 @@ public class MapleClient extends ChannelInboundHandlerAdapter {
|
||||
}
|
||||
|
||||
public void pongReceived() {
|
||||
lastPong = Server.getInstance().getCurrentTime();
|
||||
lastPong = System.currentTimeMillis();
|
||||
}
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
|
||||
Reference in New Issue
Block a user