From 28948f500891afaaf8f2e29573db828980d35313 Mon Sep 17 00:00:00 2001 From: EliasHead Date: Thu, 16 Jun 2022 15:10:33 -0300 Subject: [PATCH] Add files via upload --- getPlatform.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 getPlatform.js diff --git a/getPlatform.js b/getPlatform.js new file mode 100644 index 0000000..d50a769 --- /dev/null +++ b/getPlatform.js @@ -0,0 +1,4 @@ +const platform = getPlatform() +components['fantasy_management_packs'].setTableFetch(async () => await executeAction('query-select-operation-system-id', null, {platform: platform})) +components['fantasy_management_packs'].reload() +