diff --git a/lib/steam-condenser/community/steam_id.rb b/lib/steam-condenser/community/steam_id.rb index 768c841..15db35b 100644 --- a/lib/steam-condenser/community/steam_id.rb +++ b/lib/steam-condenser/community/steam_id.rb @@ -483,7 +483,7 @@ def recent_playtime(app_id) # @return [Fixnum] This user's 64bit SteamID # @see .resolve_vanity_url def steam_id64 - @steam_id64 || self.class.resolve_vanity_url(@custom_url) + @steam_id64 ||= self.class.resolve_vanity_url(@custom_url) end # Returns the current Steam level of this user