forked from OpenWF/SpaceNinjaServer
fix(webui): can't acquire entrati lanthorn
This commit is contained in:
parent
9b16dc2c6a
commit
4cd35ef4d9
@ -119,7 +119,10 @@ const getItemListsController: RequestHandler = (req, response) => {
|
|||||||
name = name.split("|FISH_SIZE|").join(getString("/Lotus/Language/Fish/FishSizeSmallAbbrev", lang));
|
name = name.split("|FISH_SIZE|").join(getString("/Lotus/Language/Fish/FishSizeSmallAbbrev", lang));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/") {
|
if (
|
||||||
|
uniqueName.substr(0, 30) != "/Lotus/Types/Game/Projections/" &&
|
||||||
|
uniqueName != "/Lotus/Types/Gameplay/EntratiLab/Resources/EntratiLanthornBundle"
|
||||||
|
) {
|
||||||
res.miscitems.push({
|
res.miscitems.push({
|
||||||
uniqueName: uniqueName,
|
uniqueName: uniqueName,
|
||||||
name: name
|
name: name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user