We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdea2d commit 0b5cbd5Copy full SHA for 0b5cbd5
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