mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
removed garbage and MM fix
This commit is contained in:
parent
6d11da1a6f
commit
e06eaa3944
|
|
@ -74,7 +74,6 @@ def queue():
|
|||
logger.graylog_logger(level="info", handler="logging_queue",
|
||||
message=f"User {userid} is queueing for {category} in {region} with {count_a} hunters and {count_b} runners")
|
||||
try:
|
||||
queue_data = side, check_only
|
||||
if not check_only:
|
||||
matchmaking_queue.queuePlayer(side=side, userId=userid)
|
||||
if additional_user_ids:
|
||||
|
|
@ -229,6 +228,7 @@ def match_register(match_id_unsanitized):
|
|||
|
||||
if dev_env == "true":
|
||||
match_id = f"DEV-{match_id}"
|
||||
match_id = f"DEV-{match_id}"
|
||||
|
||||
webhook_data = {
|
||||
"content": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user