Skip to content

Commit

Permalink
Remove dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
4LT committed Mar 22, 2024
1 parent 58d0216 commit b459fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grenade_fix.qc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ void() GrenadeHandlePhysics = {
GrenadeForceBounce(trace_plane_normal);
// if surface slope is > 1/2
} else if (trace_plane_normal_z < 2*vlen(horiz_normal)) {
dprint("STEEP\n");
GrenadeForceBounce(trace_plane_normal);
}
};
Expand Down

0 comments on commit b459fd3

Please sign in to comment.