From 0a506401aa18cacb5c214823a1279a9a79bc5205 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:03:51 +1100 Subject: [PATCH] Update StarUniverseClient.cpp --- source/game/StarUniverseClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/game/StarUniverseClient.cpp b/source/game/StarUniverseClient.cpp index b4edae4..70a227e 100644 --- a/source/game/StarUniverseClient.cpp +++ b/source/game/StarUniverseClient.cpp @@ -313,7 +313,7 @@ void UniverseClient::update(float dt) { {"mode", PlayerModeNames.getRight(m_mainPlayer->modeType())} }); m_mainPlayer->setPendingCinematic(Json(std::move(cinematic))); - if (!m_worldClient->respawnInWorld()) + if (!playerOnOwnShip() && !m_worldClient->respawnInWorld()) m_pendingWarp = WarpAlias::OwnShip; m_warpDelay.reset(); }