Skip to content

Commit de9eee5

Browse files
authored
remove trailing comma
1 parent f165486 commit de9eee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/physics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function inject (bot) {
3535
right: false,
3636
jump: false,
3737
sprint: false,
38-
sneak: false,
38+
sneak: false
3939
}
4040
let jumpQueued = false
4141
let lastSentYaw = null

0 commit comments

Comments
 (0)