Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Jan 27, 2024
1 parent 91b6a6c commit 41438db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function read_player_position(stream) {
case 'player_jump':
case 'player_autojump':
ret.original_position = read_position(stream)
ret.jump_tick = stream.readLI64(stream)
ret.jump_tick = stream.readLI64()
break
case 'player_fall':
ret.original_position = read_position(stream)
Expand Down

0 comments on commit 41438db

Please sign in to comment.