We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2a449 commit fc5e10aCopy full SHA for fc5e10a
1 file changed
MenuAPI/Menu.cs
@@ -1105,7 +1105,7 @@ internal async void Draw()
1105
SetTextFont(font);
1106
SetTextScale(size, size);
1107
SetTextJustification(2);
1108
- if (MenuSubtitle.Contains("~") || (CounterPreText ?? "").Contains("~") || string.IsNullOrEmpty(MenuTitle))
+ if ((MenuSubtitle ?? "").Contains("~") || (CounterPreText ?? "").Contains("~") || string.IsNullOrEmpty(MenuTitle))
1109
{
1110
AddTextComponentSubstringPlayerName(counterText.ToUpper());
1111
}
0 commit comments