|
@ -33,6 +33,7 @@ public class SteamID { |
|
|
if (steam64.equals(steamID.steam64)) return true; |
|
|
if (steam64.equals(steamID.steam64)) return true; |
|
|
else return false; |
|
|
else return false; |
|
|
} catch (NullPointerException err) { |
|
|
} catch (NullPointerException err) { |
|
|
|
|
|
System.out.printf("%s != %s", steam64, steamID.steam64); |
|
|
throw new InvalidSteamID(); |
|
|
throw new InvalidSteamID(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|