Skip to content

Commit

Permalink
🐛 look through active universes to find the one to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames committed Jan 22, 2025
1 parent bee1d87 commit 9b2c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacn.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (a *App) ensureSACNUniverses() error {
return err
}

for uni := range a.universeDMXData {
for uni := range a.activeUniverses {
inUse := false
for _, fixture := range a.fixtures {
if uni == fixture.Universe {
Expand Down

0 comments on commit 9b2c1ff

Please sign in to comment.