mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Merge branch 'master' into lite
This commit is contained in:
@@ -206,6 +206,7 @@ func (arena *Arena) LoadMatch(match *model.Match) error {
|
||||
arena.BlueScore = new(game.Score)
|
||||
arena.FieldVolunteers = false
|
||||
arena.FieldReset = false
|
||||
arena.Plc.ResetMatch()
|
||||
|
||||
// Notify any listeners about the new match.
|
||||
arena.MatchLoadNotifier.Notify()
|
||||
@@ -396,6 +397,7 @@ func (arena *Arena) Update() {
|
||||
enabled = true
|
||||
sendDsPacket = true
|
||||
}
|
||||
arena.Plc.ResetMatch()
|
||||
case WarmupPeriod:
|
||||
auto = true
|
||||
enabled = false
|
||||
|
||||
Reference in New Issue
Block a user