remove not neede functionality
This commit is contained in:
parent
9b71ae1a24
commit
ce5ef7c7cb
1 changed files with 0 additions and 10 deletions
10
src/utils.ts
10
src/utils.ts
|
|
@ -65,16 +65,6 @@ export const pointerLock = {
|
|||
}
|
||||
}
|
||||
|
||||
export const logAction = (category: string, action: string, value?: string, label?: string) => {
|
||||
if (!options.externalLoggingService) return
|
||||
window.loggingServiceChannel?.({
|
||||
category,
|
||||
action,
|
||||
value,
|
||||
label
|
||||
})
|
||||
}
|
||||
|
||||
export const isInRealGameSession = () => {
|
||||
return isGameActive(true) && (!packetsReplayState.isOpen || packetsReplayState.isMinimized) && !gameAdditionalState.viewerConnection
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue