Skip to content

Commit 0b5cbd5

Browse files
committed
Enable
1 parent cbdea2d commit 0b5cbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/ClientPong.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func handleClientPong(user *sessions.User, packet *packets.ClientPong) {
2020
parsed := packet.Parse()
2121

2222
checkProcesses(user, parsed.Processes)
23-
// checkLibraries(user, parsed.Libraries)
23+
checkLibraries(user, parsed.Libraries)
2424
}
2525

2626
func checkProcesses(user *sessions.User, processes []packets.Process) {

0 commit comments

Comments
 (0)