mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Prettier run
This commit is contained in:
parent
9fe9f11a6a
commit
5804c31c03
@ -369,7 +369,10 @@ export async function planningView(
|
||||
LOCATION_HOKKAIDO_SHIM_MAMUSHI: 20,
|
||||
}
|
||||
|
||||
if (sublocation?.Properties?.LimitedLoadout && getFlag("enableMasteryProgression")) {
|
||||
if (
|
||||
sublocation?.Properties?.LimitedLoadout &&
|
||||
getFlag("enableMasteryProgression")
|
||||
) {
|
||||
const loadoutUnlockable = getUnlockableById(
|
||||
req.gameVersion,
|
||||
req.gameVersion === "h1"
|
||||
|
Loading…
Reference in New Issue
Block a user