Skip to content

Commit

Permalink
Allow low level and high level players to play 'Ground Zero'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 19, 2024
1 parent c8f5a31 commit 841a24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Custom/MatchMakerUIScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ private void RefreshUI()
HoverTooltipArea tooltipArea;
Image image = server.GetComponent<Image>();

if (RaidSettings.LocationId != entry.Location)
if (RaidSettings.LocationId != entry.Location && !(RaidSettings.LocationId.ToLower().StartsWith("sandbox") && entry.Location.ToLower().StartsWith("sandbox")))
{
tooltipTextGetter = new()
{
Expand Down

0 comments on commit 841a24a

Please sign in to comment.