Skip to content

Commit

Permalink
change vmix map zoom function
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Nov 11, 2022
1 parent 8bb44aa commit 24d8dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cockpit/cockpit.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function setInGameData (e) {
}

function displayData() {
if (lobby === undefined) return
if (lobby.members === undefined) return

bluePlayers.innerHTML = ''
redPlayers.innerHTML = ''
Expand Down Expand Up @@ -213,7 +213,7 @@ function mapZoom() {
LPTE.emit({
meta: {
namespace: 'module-vmix',
type: 'map-zoom',
type: 'MapZoomIn',
version: 1
}
})
Expand Down

0 comments on commit 24d8dec

Please sign in to comment.