Skip to content
Snippets Groups Projects
Commit 41645945 authored by Ian Prins's avatar Ian Prins
Browse files

expand allowable names

parent a657e592
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@
const int NUM_LEVELS = 30;
const int NAME_LENGTH = 10;
const std::string VALID_NAME = "abcdefghijklmnopqrstuvwxyz";
const std::string VALID_NAME = "abcdefghijklmnopqrstuvwxyz _ABCDEFGHIJKLMNOPQRSTUVWXYZ";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment