1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-22 18:13:23 +00:00
This commit is contained in:
Yan Maniez 2018-08-11 00:57:55 +02:00
parent ba94a98fda
commit dd1f79b7d0
3 changed files with 14 additions and 2 deletions

View file

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