Warn when server quick fix will remove track name chars (#194, #202)

This commit is contained in:
Norbert Renner 2019-06-26 21:34:41 +02:00
parent 785abe5b99
commit fc598fae2e
4 changed files with 68 additions and 1 deletions

View file

@ -122,4 +122,7 @@
'car-test'
];
}
// regex needs to be in sync with server, see ServerHandler.getTrackName()
BR.conf.tracknameAllowedChars = 'a-zA-Z0-9 \\._\\-';
})();