bloxstrap icon indicating copy to clipboard operation
bloxstrap copied to clipboard

Fix fast flag editor showing an error when trying to add a fast flag with _PlaceFilter or _DataCenterFilter

Open srthMD opened this issue 7 months ago • 1 comments

Before, trying to add a fast flag with a place filter like the one below would present an error saying the value was invalid depending on the required type.

{
    "FFlagSoundsUsePhysicalVelocity_PlaceFilter": "true;292439477"
}

image

After, importing the same json now will successfully import the fast flag and the changes will apply. image

And if the place filter is invalid, like a trailing semicolon, it will error image

Closes #2348

(sorry if theres any issues, this is my first time making a pr)

srthMD avatar Jul 13 '24 15:07 srthMD