Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OSS-2018-02
/
PUBGHACK
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이상원
2017-12-06 18:15:22 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3bca4bbe63343708378fc5ef749a30dccbfebb85
3bca4bbe
1 parent
c34d368d
model
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
model/check.js
model/check.js
View file @
3bca4bb
...
...
@@ -99,7 +99,7 @@ check.detaildata = function(id,region,mode,callback){
'rating'
:
""
,
// Rating
'bestrate'
:
""
,
// Best Rating
'dmg'
:
""
,
// Avg Dmg per Match
'head'
:
""
,
//
Headshot Kills Pg
'head'
:
""
,
//
Headshot Kill Ratio
'heal'
:
""
,
// Heals Pg
'kill'
:
""
,
// Kills Pg
'distance'
:
""
,
// Move Distance Pg
...
...
@@ -130,7 +130,7 @@ check.detaildata = function(id,region,mode,callback){
result
[
'bestrate'
]
=
data
[
'stats'
][
temp
][
'stats'
][
i
][
'displayValue'
];
}
else
if
(
data
[
'stats'
][
temp
][
'stats'
][
i
][
'label'
]
==
'Avg Dmg per Match'
){
result
[
'dmg'
]
=
data
[
'stats'
][
temp
][
'stats'
][
i
][
'displayValue'
];
}
else
if
(
data
[
'stats'
][
temp
][
'stats'
][
i
][
'label'
]
==
'Headshot Kill
s Pg
'
){
}
else
if
(
data
[
'stats'
][
temp
][
'stats'
][
i
][
'label'
]
==
'Headshot Kill
Ratio
'
){
result
[
'head'
]
=
data
[
'stats'
][
temp
][
'stats'
][
i
][
'displayValue'
];
}
else
if
(
data
[
'stats'
][
temp
][
'stats'
][
i
][
'label'
]
==
'Heals Pg'
){
result
[
'heal'
]
=
data
[
'stats'
][
temp
][
'stats'
][
i
][
'displayValue'
];
...
...
Please
register
or
login
to post a comment