From e7cac9cd0c920571ce5b69bb6ad8468b130e4e42 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:36:38 +0530 Subject: [PATCH] uuid things --- src/Settings.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.hx b/src/Settings.hx index 75a7436e..3d668542 100644 --- a/src/Settings.hx +++ b/src/Settings.hx @@ -466,7 +466,7 @@ class Settings { highscoreName = ""; } userId = json.userId; - if (userId == null) { + if (userId == null || userId == "") { userId = Uuid.v4(); } } else {