gamespy_query 0.2.0pre11 → 0.2.0pre12
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gamespy_query/master.rb +1 -0
- data/lib/gamespy_query/version.rb +1 -1
- metadata +1 -1
data/lib/gamespy_query/master.rb
CHANGED
@@ -79,6 +79,7 @@ module GamespyQuery
|
|
79
79
|
# @param [String] reply Reply from gamespy
|
80
80
|
# @param [String] geo Geo String
|
81
81
|
def handle_data(reply, geo = nil)
|
82
|
+
reply = encode_string(reply) # Hmm
|
82
83
|
reply = reply.gsub("\\\\\\", "") if geo
|
83
84
|
reply.split("\n").select{|line| line =~ RX_ADDR_LINE }
|
84
85
|
end
|