Skip to content

Commit

Permalink
Disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Oct 7, 2024
1 parent 0b5cbd5 commit d569bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/ClientPong.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func handleClientPong(user *sessions.User, packet *packets.ClientPong) {
parsed := packet.Parse()

checkProcesses(user, parsed.Processes)
checkLibraries(user, parsed.Libraries)
// checkLibraries(user, parsed.Libraries)
}

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

0 comments on commit d569bd8

Please sign in to comment.