mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-08 14:30:18 +00:00
Handle de-quoting the enemies.tsv file.
This commit is contained in:
parent
312ee3a8a3
commit
1a36b10698
@ -1871,7 +1871,7 @@ class PackPartitions
|
||||
assert columns[0] == "Name"
|
||||
def name = data[0]
|
||||
assert columns[11] == "Map Code"
|
||||
def mapCodes = data[11]
|
||||
def mapCodes = data[11].replace("\"", "")
|
||||
mapCodes.split(",").each { code ->
|
||||
code = code.trim()
|
||||
if (!codeToFunc.containsKey(code))
|
||||
|
Loading…
Reference in New Issue
Block a user