mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2026-01-13 12:33:41 +00:00
Compare commits
1 Commits
af7a92af35
...
0.15.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 57e65e1901 |
@ -12,5 +12,5 @@ trait ValidatorHelper {
|
|||||||
|
|
||||||
object ValidatorHelper {
|
object ValidatorHelper {
|
||||||
|
|
||||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
|
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ")
|
||||||
}
|
}
|
||||||
|
|||||||
@ -90,5 +90,6 @@ object BisProvider {
|
|||||||
case "ringleft" | "fingerl" => "left ring"
|
case "ringleft" | "fingerl" => "left ring"
|
||||||
case "ringright" | "fingerr" => "right ring"
|
case "ringright" | "fingerr" => "right ring"
|
||||||
case "weapon" | "head" | "body" | "hand" | "hands" | "legs" | "feet" | "ears" | "neck" | "wrist" | "wrists" => key
|
case "weapon" | "head" | "body" | "hand" | "hands" | "legs" | "feet" | "ears" | "neck" | "wrist" | "wrists" => key
|
||||||
|
case "hand" => "hands"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
version := "0.15.5"
|
version := "0.15.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user