mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2025-02-17 17:18:32 +01:00
fixed title issues
This commit is contained in:
parent
a75ae3350f
commit
0f20c500ec
@ -158,7 +158,7 @@ request.onload = function () {
|
|||||||
const userTitle = document.getElementById('user-title-text');
|
const userTitle = document.getElementById('user-title-text');
|
||||||
var userTitleText = ""
|
var userTitleText = ""
|
||||||
for (title of data) {
|
for (title of data) {
|
||||||
if (userdata.title_id === title.titleId) {
|
if (userdata.title_id === title.InGameID) {
|
||||||
userTitleText = title.name
|
userTitleText = title.name
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user