This commit is contained in:
Mister_Nebula 2022-02-15 16:54:53 +00:00
commit 76593a11bf

View File

@ -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)