We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f723c commit 854ee9eCopy full SHA for 854ee9e
src/main/java/dev/koifysh/archipelago/Client.java
@@ -199,7 +199,7 @@ public static String getUUID() {
199
}
200
201
tmp = UUID.randomUUID().toString();
202
- data.addProperty("uuid", uuid);
+ data.addProperty("uuid", tmp);
203
try(BufferedWriter writer = Files.newBufferedWriter(common.toPath(),StandardCharsets.UTF_8))
204
{
205
writer.write(gson.toJson(data));
0 commit comments