Skip to content

Commit

Permalink
refinement: remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoriarty committed Jun 20, 2021
1 parent c038b5d commit 01ee799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gohack/hop.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func RunHop(client *Client) {
if gomem.IsKeyDown(VK_SPACE) {
flags, _ := client.Process.ReadByte(client.OffsetPlayerFlags())

if (flags & CSGO_FL_ONGROUND) > 0 { // FL_ONGROUND (1<<0) // https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/public/const.h
if (flags & CSGO_FL_ONGROUND) > 0 {
client.Process.WriteByte(client.OffsetForceJump(), CSGO_FORCEJUMP)
}
}
Expand Down

0 comments on commit 01ee799

Please sign in to comment.