Open foobarlab opened 11 years ago
server.py contains a configuration for unlogged send/receive messages:
server.py
unlogged_send_modes = ('DRAW_LINE', 'LOAD_CHAT') unlogged_receive_modes = ('DRAW_LINE', 'DRAW_MOVE')
Why is this not in config.py?
config.py
server.py
contains a configuration for unlogged send/receive messages:Why is this not in
config.py
?