Zezombye / overpy

High-level language for the Overwatch Workshop with support for compilation and decompilation.
GNU General Public License v3.0
179 stars 27 forks source link

[BUG] Zero-width spaces within words are no longer permitted #313

Closed CactusPuppy closed 1 year ago

CactusPuppy commented 1 year ago

The system for bypassing the bad-words filter does not apply to the custom game description field.

It would seem that the filter now rejects any word which matches the regex \w[zero width space]\w

Zezombye commented 1 year ago

Fixed OwO