mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 18:40:03 +00:00
set Transport.active too
This commit is contained in:
parent
d332f1fd47
commit
64ad1a27ef
@ -170,9 +170,10 @@ public class QSBNetworkManager : NetworkManager, IAddComponentOnStart
|
||||
{
|
||||
return;
|
||||
}
|
||||
Transport.active = QSBCore.UseKcpTransport ? _kcpTransport : _eosTransport;
|
||||
if (singleton != null)
|
||||
{
|
||||
singleton.transport = QSBCore.UseKcpTransport ? _kcpTransport : _eosTransport;
|
||||
singleton.transport = Transport.active;
|
||||
}
|
||||
if (MenuManager.Instance != null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user