mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Merge remote-tracking branch 'origin/issue-464' into dev
This commit is contained in:
@@ -163,8 +163,8 @@ function onSortPlugins(evt) {
|
||||
}
|
||||
}
|
||||
if (!found) {
|
||||
loot.game.plugins[i].push(new Plugin(plugin));
|
||||
loot.game.loadOrder.push(loot.game.plugins[i]);
|
||||
loot.game.plugins.push(new Plugin(plugin));
|
||||
loot.game.loadOrder.push(loot.game.plugins[loot.game.plugins.length - 1]);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user