1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2026-03-23 07:16:17 +00:00
This commit is contained in:
Yan Maniez 2018-08-16 12:43:43 +02:00
parent 534acd1ac2
commit a413ca3400
3 changed files with 75 additions and 78 deletions

View file

@ -97,7 +97,7 @@ namespace AideDeJeu.Tools
{
id += '-';
}
else if(c== '\'' || c == '/' || c == '(' || c ==')' || c == ':')
else if(c== '\'' || c == '/' || c == '(' || c ==')' || c == ':' || c == '+' || c == ',')
{
// vide
}