mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-04-25 15:36:34 -05:00
Remove ping log
This commit is contained in:
parent
3437805af1
commit
6ca793e2a7
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user