From 2b4e3318ca2d221656d862a6524b076da820b78b Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 29 May 2024 21:01:49 -0400 Subject: fix latest beta VALVEEEEE --- frontend/src/steamfixes/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/steamfixes') diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts index fe0e3e05..e3f2b284 100644 --- a/frontend/src/steamfixes/index.ts +++ b/frontend/src/steamfixes/index.ts @@ -1,4 +1,4 @@ -import reloadFix from './reload'; +// import reloadFix from './reload'; import restartFix from './restart'; let fixes: Function[] = []; @@ -7,6 +7,6 @@ export function deinitSteamFixes() { } export async function initSteamFixes() { - fixes.push(await reloadFix()); + // fixes.push(await reloadFix()); fixes.push(await restartFix()); } -- cgit v1.2.3