Fix users showing as disconnected on global ping list
This commit is contained in:
parent
a67d4a1697
commit
a00c91c03a
@ -78,6 +78,7 @@ public class DownstreamBridge extends PacketHandler
|
|||||||
public void handle(Packet0KeepAlive alive) throws Exception
|
public void handle(Packet0KeepAlive alive) throws Exception
|
||||||
{
|
{
|
||||||
con.trackingPingId = alive.id;
|
con.trackingPingId = alive.id;
|
||||||
|
con.pingTime = System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user