Skip to content

Commit

Permalink
Enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Aug 19, 2024
1 parent cbdea2d commit 0b5cbd5
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 0b5cbd5

Please sign in to comment.