QSBNetworkManager: ACTUALLY dont do authority reversion if we are the host

This commit is contained in:
JohnCorby 2022-02-15 00:00:22 -08:00
parent 76458bed4b
commit af0981b1d2

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)