mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-09 16:52:14 +00:00
uuid things
This commit is contained in:
parent
0c5075a494
commit
0edf005ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,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