mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
bugfix in token creation for challenge
This commit is contained in:
@@ -135,7 +135,7 @@ public class QuestUtil {
|
||||
* @return token Card
|
||||
*/
|
||||
public static CardToken createToken(final String s) {
|
||||
final String[] properties = s.split(";", 5);
|
||||
final String[] properties = s.split(";", 6);
|
||||
|
||||
List<String> script = new ArrayList<String>();
|
||||
script.add("Name:" + properties[4]);
|
||||
|
||||
Reference in New Issue
Block a user