TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.93k stars 555 forks source link

Fix typing pipes in save/load prompts in editor #1108

Closed AllyTally closed 7 months ago

AllyTally commented 7 months ago

Changes:

13d6b2d64c1d3a78c8bf049161f1446820765e99 adds a check where you can't type a pipe in script/terminal input fields anymore. It does this completely incorrectly, checking if certain variables are set instead of checking what's actually trying to be done.

This PR fixes that, simplifying the check a lot in the process.

Legal Stuff:

By submitting this pull request, I confirm that...