bjorn / rpgdx

RPGDX
http://rpgdx.net
2 stars 3 forks source link

Restore the bad words filter #17

Open bjorn opened 3 months ago

bjorn commented 3 months ago

I have commented out the bad words filter in 4fe3311d464968a0aadf50351bb9139ff7acd88b as a workaround to fix #10. In practice the "bad words" filter was only used for spelling corrections, anyway.

Ideally we'd restore this functionality, but to do that somebody needs to figure out why the filter was clearing the messages entirely.

bjorn commented 3 months ago

Actually, this appears to be another case of #16, but it wasn't triggering the deprecation warning due to the use of @ to suppress warnings... So a change similar to dd1491b0483c8de984e88b01e168a1abbb3ab252 is needed here.