Commit 58cd7921 authored by 神楽坂玲奈's avatar 神楽坂玲奈

版本0.4.1

parent 36d83ccd
......@@ -5,7 +5,7 @@ class Game_Event
class AllRooms < Game_Event
def self.parse(info)
@rooms = []
info.scan(Room_Filter) do |name, status, pvp, id|
info.scan(Room_Filter) do |name, pvp, status, id|
player1 = player2 = nil
$&.scan(User_Filter) do |player, name, certified|
if player["1"]
......
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