diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2023-02-08 17:50:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2023-02-08 17:50:10 +0100 |
| commit | 23ecef83b28e9b51187fe34032e9558cf0eb5e05 (patch) | |
| tree | c55d54dd209509e376a4965782b9161243c1fd7d /go/game/stack.go | |
| parent | bd558df11dbe60c0bd310b95b26bf17ba06cab35 (diff) | |
| download | muhqs-game-rework-targets.tar.gz muhqs-game-rework-targets.zip | |
intermediate commitrework-targets
Diffstat (limited to 'go/game/stack.go')
| -rw-r--r-- | go/game/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/game/stack.go b/go/game/stack.go index cf0622ce..c119e81c 100644 --- a/go/game/stack.go +++ b/go/game/stack.go @@ -35,7 +35,7 @@ func (s *Stack) pop() { a.Resolve(s.gameState) } log.Println("Resolved", a, err) - s.gameState.broadcastNotification(NewResolvedActionNotification(a, err)) + s.gameState.broadcastNotification(newResolvedActionNotification(a, err)) } func (s *Stack) Resolve() { |
