mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Allow player names with space for the init.txt test help.
This commit is contained in:
parent
fe8a334ffe
commit
f0080462fa
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public final class SystemUtil {
|
|||
}
|
||||
|
||||
private static final Pattern patternGroup = Pattern.compile("\\[(.+)\\]"); // [test new card]
|
||||
private static final Pattern patternCommand = Pattern.compile("([\\w]+):([\\S]+?):([\\S ]+):([\\d]+)"); // battlefield:Human:Island:10
|
||||
private static final Pattern patternCommand = Pattern.compile("([\\w]+):([\\S ]+?):([\\S ]+):([\\d]+)"); // battlefield:Human:Island:10
|
||||
private static final Pattern patternCardInfo = Pattern.compile("([\\S ]+):([\\S ]+)"); // Island:XLN
|
||||
|
||||
// show ext info for special commands
|
||||
|
|
Loading…
Reference in a new issue