Commit 2e8dc542 authored by nanahira's avatar nanahira

fix

parent b4f1ca43
...@@ -2153,7 +2153,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server, datas)-> ...@@ -2153,7 +2153,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server, datas)->
if(err) if(err)
ygopro.stoc_die(client, err) ygopro.stoc_die(client, err)
return return
create_room_with_action(data.get_user.original, data.get_user.decrypted, match_permit) create_room_with_action(data.get_user.original, data.get_user.decrypted, data.match_permit)
) )
......
...@@ -2701,7 +2701,7 @@ ...@@ -2701,7 +2701,7 @@
ygopro.stoc_die(client, err); ygopro.stoc_die(client, err);
return; return;
} }
return create_room_with_action(data.get_user.original, data.get_user.decrypted, match_permit); return create_room_with_action(data.get_user.original, data.get_user.decrypted, data.match_permit);
}); });
} else if (settings.modules.challonge.enabled) { } else if (settings.modules.challonge.enabled) {
pre_room = ROOM_find_by_name(info.pass); pre_room = ROOM_find_by_name(info.pass);
......
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