Remove ping log

This commit is contained in:
Jonathan Barrow 2022-09-11 10:27:24 -04:00
parent 3437805af1
commit 6ca793e2a7
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

@ -54,11 +54,6 @@ func startNEXServer() {
fmt.Println("Leaving (Disconnect)")
})
globals.NEXServer.On("Ping", func(packet *nex.PacketV0) {
fmt.Print("Pinged. Is ACK: ")
fmt.Println(packet.HasFlag(nex.FlagAck))
})
globals.NEXServer.On("Connect", connect)
assignNEXProtocols()