Skip to content

Commit d0ac008

Browse files
committed
up packets list
1 parent 4ca9a80 commit d0ac008

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/react/DebugOverlay.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,17 @@ const hardcodedListOfDebugPacketsToIgnore = {
271271
'playerlist_header',
272272
'scoreboard_objective',
273273
'scoreboard_score',
274-
'entity_status'
274+
'entity_status',
275+
'set_ticking_state',
276+
'ping_response'
275277
],
276278
sent: [
277279
'pong',
278280
'position',
279281
'look',
280282
'keep_alive',
281-
'position_look'
283+
'position_look',
284+
'ping_request'
282285
]
283286
}
284287

0 commit comments

Comments
 (0)