From 841a24af113a158be851b49027332b679ab70031 Mon Sep 17 00:00:00 2001 From: Lacyway <20912169+Lacyway@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:45:48 +0200 Subject: [PATCH] Allow low level and high level players to play 'Ground Zero' --- Fika.Core/UI/Custom/MatchMakerUIScript.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fika.Core/UI/Custom/MatchMakerUIScript.cs b/Fika.Core/UI/Custom/MatchMakerUIScript.cs index 6fa94ff3..1614ede0 100644 --- a/Fika.Core/UI/Custom/MatchMakerUIScript.cs +++ b/Fika.Core/UI/Custom/MatchMakerUIScript.cs @@ -344,7 +344,7 @@ private void RefreshUI() HoverTooltipArea tooltipArea; Image image = server.GetComponent(); - if (RaidSettings.LocationId != entry.Location) + if (RaidSettings.LocationId != entry.Location && !(RaidSettings.LocationId.ToLower().StartsWith("sandbox") && entry.Location.ToLower().StartsWith("sandbox"))) { tooltipTextGetter = new() {