mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
players can dig out dirts barehandedly
This commit is contained in:
@@ -687,7 +687,7 @@ object Common {
|
||||
}
|
||||
|
||||
fun decodeToUUID(str: String): UUID {
|
||||
val code = str.replace(" ", "").trim()
|
||||
val code = str.uppercase().replace(" ", "").trim()
|
||||
val b = PasswordBase32.decode(code + (if (code.length == 25) "Y" else ""), 16)
|
||||
|
||||
/*b.forEach {
|
||||
|
||||
Reference in New Issue
Block a user