mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
Merge branch 'explosivegaming:main' into aperx2
This commit is contained in:
@@ -64,7 +64,7 @@ export default function GroupViewPage() {
|
|||||||
const assetName = defaultModPack.exportManifest.assets.defines;
|
const assetName = defaultModPack.exportManifest.assets.defines;
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const response = await fetch(`${staticRoot}static/${assetName}`);
|
const response = await fetch(`${staticRoot}${assetName}`);
|
||||||
const json = await response.json();
|
const json = await response.json();
|
||||||
setDefinesJson(json.input_action ?? {});
|
setDefinesJson(json.input_action ?? {});
|
||||||
})().catch(notifyErrorHandler("Failed to load permissions"));
|
})().catch(notifyErrorHandler("Failed to load permissions"));
|
||||||
|
|||||||
Reference in New Issue
Block a user