more major websocket progress

This commit is contained in:
AAGaming
2024-02-21 01:08:25 -05:00
parent 61cf80f8a2
commit 6d2e9365c0
26 changed files with 358 additions and 240 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
import reloadFix from './reload';
import restartFix from './restart';
// import reloadFix from './reload';
// import restartFix from './restart';
let fixes: Function[] = [];
export function deinitSteamFixes() {
@@ -7,6 +7,6 @@ export function deinitSteamFixes() {
}
export async function initSteamFixes() {
fixes.push(await reloadFix());
fixes.push(await restartFix());
// fixes.push(await reloadFix());
// fixes.push(await restartFix());
}