mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
projInfo.id must be non-zero length
This commit is contained in:
parent
b4b9beeb1a
commit
aa5cea98f1
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "This is a unique ID used when saving player data. Changing this will effectively erase all save data for all players. This ID MUST be unique to your project, and should not be left as the default value. Otherwise, your project may use the save data from another project and cause issues for both projects."
|
||||
"description": "This is a unique ID used when saving player data. Changing this will effectively erase all save data for all players. This ID MUST be unique to your project, and should not be left as the default value. Otherwise, your project may use the save data from another project and cause issues for both projects.",
|
||||
"minLength": 1
|
||||
},
|
||||
"author": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue