mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
QSBNetworkManager: ACTUALLY dont do authority reversion if we are the host
This commit is contained in:
parent
76458bed4b
commit
af0981b1d2
@ -279,7 +279,8 @@ namespace QSB
|
||||
{
|
||||
DebugLog.DebugWrite("OnServerDisconnect", MessageType.Info);
|
||||
|
||||
if (!QSBCore.IsHost)
|
||||
// local conn = we are host, so skip
|
||||
if (conn is not LocalConnectionToClient)
|
||||
{
|
||||
// revert authority from ship
|
||||
if (ShipTransformSync.LocalInstance != null)
|
||||
|
Loading…
Reference in New Issue
Block a user