Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
bb5f09a8
Commit
bb5f09a8
authored
May 28, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always log challonge error
parent
622a03f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
ygopro-server.coffee
ygopro-server.coffee
+4
-3
No files found.
ygopro-server.coffee
View file @
bb5f09a8
...
...
@@ -2334,11 +2334,12 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
})
return
},
(
err
,
datas
)
->
if
client
.
closed
return
if
err
or
!
datas
.
participant_data
or
!
datas
.
match_data
log
.
warn
(
"Failed loading Challonge user info"
,
err
)
ygopro
.
stoc_die
(
client
,
'${challonge_match_load_failed}'
)
if
!
client
.
closed
ygopro
.
stoc_die
(
client
,
'${challonge_match_load_failed}'
)
return
if
client
.
closed
return
found
=
false
for
k
,
user
of
datas
.
participant_data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment