fix latest beta

VALVEEEEE
This commit is contained in:
AAGaming
2024-05-29 21:01:49 -04:00
parent b84dcd99ad
commit 2b4e3318ca
4 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -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());
}