1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 01:53:24 +00:00
This commit is contained in:
Yan Maniez 2018-07-06 12:50:34 +02:00
parent ccbf88e707
commit 2810a69bd4
4 changed files with 390 additions and 374 deletions

View file

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