Skip to content

Commit d569bd8

Browse files
committed
Disable check
1 parent 0b5cbd5 commit d569bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/ClientPong.go

Lines changed: 1 addition & 1 deletion
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)