Update LoaderPlugin.js

This commit is contained in:
Richard Davey 2022-11-29 17:47:44 +00:00
parent ffa54fe1c1
commit 993562d803

View file

@ -619,6 +619,7 @@ var LoaderPlugin = new Class({
if (typeof(packKey) === 'string')
{
var subPack = GetValue(pack, packKey);
if (subPack)
{
pack = { packKey: subPack };