Shortening of a few classes

This commit is contained in:
Anuken
2020-01-10 15:13:34 -05:00
parent 6cf7651069
commit 677aa0d0bf
9 changed files with 14 additions and 14 deletions

View File

@@ -280,7 +280,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();