increase agent symbol limit to 14 chars

This commit is contained in:
Space Admiral 2023-02-16 08:24:13 -08:00
parent 980a9b4020
commit c84602e157

View File

@ -80,8 +80,8 @@
"symbol": { "symbol": {
"description": "How other agents will see your ships and information.", "description": "How other agents will see your ships and information.",
"example": "BADGER", "example": "BADGER",
"maxLength": 8, "maxLength": 14,
"minLength": 4, "minLength": 3,
"type": "string" "type": "string"
} }
}, },