diff --git a/Fika.Core/Coop/FreeCamera/FreeCameraController.cs b/Fika.Core/Coop/FreeCamera/FreeCameraController.cs index 29750ec4..f1cd7c20 100644 --- a/Fika.Core/Coop/FreeCamera/FreeCameraController.cs +++ b/Fika.Core/Coop/FreeCamera/FreeCameraController.cs @@ -236,7 +236,7 @@ private void ShowExtractMessage() if (FikaPlugin.ExtractKey.Value.Modifiers.Count() > 0) { string modifiers = string.Join("+", FikaPlugin.ExtractKey.Value.Modifiers); - text = modifiers + "+" + text; + text = modifiers + " + " + text; } extractText = FikaUIUtils.CreateOverlayText($"Press '{text}' to extract"); }