aboutsummaryrefslogtreecommitdiff
path: root/go/game/stack.go
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2023-02-08 17:50:10 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2023-02-08 17:50:10 +0100
commit23ecef83b28e9b51187fe34032e9558cf0eb5e05 (patch)
treec55d54dd209509e376a4965782b9161243c1fd7d /go/game/stack.go
parentbd558df11dbe60c0bd310b95b26bf17ba06cab35 (diff)
downloadmuhqs-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.go2
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() {