Invalidate ping when spoof sent

This commit is contained in:
md_5 2017-09-23 15:05:50 +10:00
parent af8d1af635
commit 69bbc3a71e

View File

@ -129,6 +129,7 @@ public class UpstreamBridge extends PacketHandler
con.getServer().unsafe().sendPacket( alive );
con.getServer().setPingFailed( true );
con.getServer().setSentPingId( -1 );
}
throw CancelSendSignal.INSTANCE;