Add EGF PIN to h9 export
Append EGF PIN at end of player line with | separator (e.g. |12345678) when the player has a valid 8-character EGF PIN
This commit is contained in:
@@ -148,6 +148,8 @@ ${
|
|||||||
player.getArray("results")!!.map {
|
player.getArray("results")!!.map {
|
||||||
(it as String).padStart(8, ' ')
|
(it as String).padStart(8, ' ')
|
||||||
}.joinToString(" ")
|
}.joinToString(" ")
|
||||||
|
}${
|
||||||
|
player.getString("egf")?.let { if (it.length == 8) " |$it" else "" } ?: ""
|
||||||
}"
|
}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user