We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e05ad commit cbdea2dCopy full SHA for cbdea2d
handlers/ClientPong.go
@@ -20,7 +20,7 @@ func handleClientPong(user *sessions.User, packet *packets.ClientPong) {
20
parsed := packet.Parse()
21
22
checkProcesses(user, parsed.Processes)
23
- checkLibraries(user, parsed.Libraries)
+ // checkLibraries(user, parsed.Libraries)
24
}
25
26
func checkProcesses(user *sessions.User, processes []packets.Process) {
0 commit comments