mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
Merge branch 'dev' of https://github.com/misternebula/quantum-space-buddies into dev
This commit is contained in:
commit
76593a11bf
@ -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