Added another special character to filters
This commit is contained in:
parent
420a04c361
commit
f6a34f59bb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public abstract class TransporterFilter
|
|||
{
|
||||
public static final int MAX_LENGTH = 24;
|
||||
|
||||
public static final List<Character> SPECIAL_CHARS = Arrays.asList('*', '-', ' ');
|
||||
public static final List<Character> SPECIAL_CHARS = Arrays.asList('*', '-', ' ', '|');
|
||||
|
||||
public EnumColor color;
|
||||
|
||||
|
|
Loading…
Reference in a new issue