mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
implemented outgoing log filter
This commit is contained in:
parent
f90076c7fb
commit
40e396fc23
2 changed files with 22 additions and 3 deletions
|
|
@ -64,7 +64,8 @@ define(function() {
|
|||
WORLD_UPDATE_BROADCAST_INTERVAL: 70,
|
||||
CHANNEL_DESTRUCTION_TIME: 30,
|
||||
NETWORK_LOG_INCOMING: false,
|
||||
NETWORK_LOG_OUTGOING: false,
|
||||
NETWORK_LOG_OUTGOING: true,
|
||||
NETWORK_LOG_FILTER: ['ping', 'pong', 'worldUpdate', 'lookAt'],
|
||||
|
||||
// CHANNEL
|
||||
CHANNEL_END_ROUND_TIME: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue