mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Fix random bugs
This commit is contained in:
+1
-1
@@ -422,7 +422,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
console.log(`IPC invalid JSON, ${json}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
switch (data.type) {
|
||||
case 'OnEvent':
|
||||
if (!gameStore.isGameRunning) {
|
||||
|
||||
Reference in New Issue
Block a user