mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-21 11:55:15 +01:00
fix uuid generation for console
This commit is contained in:
parent
acbc0e9948
commit
fae1f98ec2
@ -77,6 +77,6 @@ object VIAaaSConsole : SimpleTerminalConsole(), ViaCommandSender {
|
||||
}
|
||||
|
||||
override fun hasPermission(p0: String): Boolean = true
|
||||
override fun getUUID(): UUID = UUID.fromString(name)
|
||||
override fun getUUID(): UUID = UUID.nameUUIDFromBytes(name.toByteArray())
|
||||
override fun getName(): String = "VIAaaS Console"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user