e05a7a4a4b
Setting `server_relay = false` prevents the server from letting clients
communicate with each other, but without this fix, the server would also
ignore broadcast packets.
With this change, the server still does not relay messages to other
clients, but will correctly process broadcast messages (and "exclusive"
messages) as if they were directed to just the server.
(cherry picked from commit
|
||
---|---|---|
.. | ||
doc_classes | ||
config.py | ||
networked_multiplayer_enet.cpp | ||
networked_multiplayer_enet.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |