From 1fdac51082d53b68e89e2fbed167f6676b2dbcd5 Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Wed, 8 Jun 2022 21:30:41 +0100 Subject: [PATCH] Update ShipRecoveryPoint.cs --- QSB/RespawnSync/ShipRecoveryPoint.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/QSB/RespawnSync/ShipRecoveryPoint.cs b/QSB/RespawnSync/ShipRecoveryPoint.cs index 6c2f8c62..705dca50 100644 --- a/QSB/RespawnSync/ShipRecoveryPoint.cs +++ b/QSB/RespawnSync/ShipRecoveryPoint.cs @@ -1,4 +1,5 @@ -using QSB.Messaging; +using QSB.Localisation; +using QSB.Messaging; using QSB.ShipSync; using QSB.Utility; using UnityEngine; @@ -15,7 +16,7 @@ internal class ShipRecoveryPoint : MonoBehaviour private int _respawnIndex; private bool _wearingSuit; - private static readonly UITextType _respawnPlayerText = UIHelper.AddToUITable("Respawn Player"); + private static readonly UITextType _respawnPlayerText = UIHelper.AddToUITable(QSBLocalisation.Current.RespawnPlayer); private void Awake() {