mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-06 07:30:35 +07:00
Changed UUID generation slightly
This commit is contained in:
parent
02ab945ab8
commit
68593acf89
@ -115,6 +115,8 @@ public class AndroidLauncher extends AndroidApplication{
|
||||
+ Character.digit(s.charAt(i + 1), 16));
|
||||
}
|
||||
|
||||
if(new String(Base64Coder.encode(data)).equals("AAAAAAAAAOA=")) throw new RuntimeException("Bad UUID.");
|
||||
|
||||
return data;
|
||||
}catch (Exception e){
|
||||
Settings.defaults("uuid", "");
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Sat Apr 14 21:55:24 EDT 2018
|
||||
#Sun Apr 15 15:52:41 EDT 2018
|
||||
version=release
|
||||
androidBuildCode=514
|
||||
androidBuildCode=516
|
||||
name=Mindustry
|
||||
code=3.5
|
||||
build=custom build
|
||||
|
Loading…
Reference in New Issue
Block a user