Commit 67a4be90 authored by mercury233's avatar mercury233

fix

parent 9fd1d3ed
...@@ -237,7 +237,7 @@ ROOM_find_or_create_random = (type, player_ip)-> ...@@ -237,7 +237,7 @@ ROOM_find_or_create_random = (type, player_ip)->
#log.info 'create room', player_name, name #log.info 'create room', player_name, name
else else
return null return null
if result.random_type=='M' then result.welcome = result.welcome + '\nrandom_duel_enter_room_match' if result.random_type=='M' then result.welcome = result.welcome + '\n${random_duel_enter_room_match}'
return result return result
ROOM_find_or_create_ai = (name)-> ROOM_find_or_create_ai = (name)->
......
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