Skip to content

Commit 854ee9e

Browse files
committed
Let's actually write the uuid
1 parent c2f723c commit 854ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/koifysh/archipelago/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public static String getUUID() {
199199
}
200200

201201
tmp = UUID.randomUUID().toString();
202-
data.addProperty("uuid", uuid);
202+
data.addProperty("uuid", tmp);
203203
try(BufferedWriter writer = Files.newBufferedWriter(common.toPath(),StandardCharsets.UTF_8))
204204
{
205205
writer.write(gson.toJson(data));

0 commit comments

Comments
 (0)