mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-22 13:16:52 +00:00
fix mychar pattern
This commit is contained in:
parent
6e27d66b06
commit
ab1db92c40
|
@ -135,7 +135,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^*.bmp$"
|
"pattern": "^.*\\.bmp$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": null
|
"default": null
|
||||||
|
|
Loading…
Reference in a new issue