mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added live network console.logging feature for incoming and outgoing data on client
This commit is contained in:
parent
5f7917c5cc
commit
efc5bc23b7
2 changed files with 12 additions and 3 deletions
|
|
@ -48,5 +48,7 @@ define({
|
|||
DEBUG_MODE: false,
|
||||
|
||||
// NETWORKING
|
||||
WORLD_UPDATE_BROADCAST_INTERVAL: 70
|
||||
WORLD_UPDATE_BROADCAST_INTERVAL: 70,
|
||||
NETWORK_LOG_INCOMING: false,
|
||||
NETWORK_LOG_OUTGOING: false
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue