Skip to content

Commit

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

Please sign in to comment.