mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 07:47:25 +07:00
Merge branch 'master' of https://github.com/Anuken/Mindustry into 6.0
# Conflicts: # core/src/mindustry/graphics/Bloom.java # gradle.properties
This commit is contained in:
@ -279,7 +279,7 @@ public class DesktopLauncher extends ClientLauncher{
|
||||
if(steam){
|
||||
try{
|
||||
byte[] result = new byte[8];
|
||||
new RandomXS128(SVars.user.user.getSteamID().getAccountID()).nextBytes(result);
|
||||
new Rand(SVars.user.user.getSteamID().getAccountID()).nextBytes(result);
|
||||
return new String(Base64Coder.encode(result));
|
||||
}catch(Exception e){
|
||||
e.printStackTrace();
|
||||
|
Reference in New Issue
Block a user