Skip to content

Commit

Permalink
Trace ReceivePLS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
trumank committed Jun 21, 2024
1 parent 3f3627d commit 1a2b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook/src/hooks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ unsafe fn debug(expr: usize, ctx: *mut UObject, frame: *mut FFrame, ret: *mut c_
(path, index)
};

if path.contains("PLS_Base") {
if path.contains("PLS_Base") || path.contains("ReceivePLS") {
tracing::info!("kismet index={index:>5} path={path}");
}
((GNATIVES_OLD.0)[expr].unwrap())(ctx, frame, ret);
Expand Down

0 comments on commit 1a2b62e

Please sign in to comment.