Commit eb6c27b3 authored by 神楽坂玲奈's avatar 神楽坂玲奈

0.5.6 只是换了服务器指向而已

parent 0e79d218
......@@ -2,7 +2,7 @@ require 'open-uri'
require "fileutils"
require_relative 'card'
module Update
Version = '0.5.5'
Version = '0.5.6'
URL = "http://card.touhou.cc/mycard/update.json?version=#{Version}"
class <<self
attr_reader :thumbnails, :images, :status
......
......@@ -25,7 +25,7 @@ class Ygocore < Game
def connect
@recv = Thread.new do
EventMachine::run {
EventMachine::connect "card.touhou.cc", 9998, Client
EventMachine::connect "122.0.65.71", 9998, Client
}
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment