mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-24 04:30:12 +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');
|
||||
var userTitleText = ""
|
||||
for (title of data) {
|
||||
if (userdata.title_id === title.titleId) {
|
||||
if (userdata.title_id === title.InGameID) {
|
||||
userTitleText = title.name
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user