Fix another error
This commit is contained in:
parent
312176d37f
commit
18d55666e6
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ class NbtUUID {
|
||||||
ByteLayer layer = ByteLayer();
|
ByteLayer layer = ByteLayer();
|
||||||
layer.writeLong(MSB);
|
layer.writeLong(MSB);
|
||||||
layer.writeLong(LSB);
|
layer.writeLong(LSB);
|
||||||
|
layer.resetPosition();
|
||||||
|
|
||||||
return UUID(layer.readBytes(16));
|
return UUID(layer.readBytes(16));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libac_flutter
|
name: libac_flutter
|
||||||
description: "Aria's Creations code library"
|
description: "Aria's Creations code library"
|
||||||
version: 1.0.15
|
version: 1.0.16
|
||||||
homepage: "https://zontreck.com"
|
homepage: "https://zontreck.com"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue