mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -498,7 +498,7 @@ loot-editor-close
|
||||
}
|
||||
if (tempData.userlist && tempData.userlist.tag) {
|
||||
tempData.userlist.tag.forEach(function(tag) {
|
||||
var tagData = tempData.convTagObj(tag);
|
||||
var tagData = Plugin.prototype.convTagObj(tag);
|
||||
tables[j].addRow(tagData);
|
||||
}, tempData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user