Merge remote-tracking branch 'origin/issue-464' into dev

This commit is contained in:
Oliver Hamlet
2015-07-10 09:09:16 +01:00
+2 -2
View File
@@ -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]);
}
});