mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-08 05:42:56 +01:00
ef8a8f9fc5
* Fixes null-named painting issue (#56113) There was an issue where you could name paintings nothing, which would cause issues with persistency. This was because the stripped_input didn't actually check that you put something in, so the PR adds that check. It now ensures, both when saved and loaded, that there is a title. If not, it sets them to the default 'Untitled Artwork' * Fixes null-named painting issue Co-authored-by: Coffee <CoffeeDragon16@gmail.com>