remove comment

i forgot why it was here
This commit is contained in:
srth 2024-07-13 14:53:04 +00:00 committed by GitHub
parent e8f34eaa0f
commit c4f1aab1a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,7 +264,6 @@ namespace Bloxstrap.UI.Elements.Menu.Pages
else if (!name.All(x => char.IsLetterOrDigit(x) || x == '_'))
errorMessage = Bloxstrap.Resources.Strings.Menu_FastFlagEditor_InvalidCharacter;
// sorry
if (name.EndsWith("_PlaceFilter") || name.EndsWith("_DataCenterFilter"))
errorMessage = !Validate_Filter(name, value) ? Bloxstrap.Resources.Strings.Menu_FastFlagEditor_InvalidPlaceFilter : "";
else if ((name.StartsWith("FInt") || name.StartsWith("DFInt")) && !Int32.TryParse(value, out _))