mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
uuid things
This commit is contained in:
parent
b3d80f2421
commit
affb0d9dec
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ class Settings {
|
|||
highscoreName = "";
|
||||
}
|
||||
userId = json.userId;
|
||||
if (userId == null) {
|
||||
if (userId == null || userId == "") {
|
||||
userId = Uuid.v4();
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue