diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-07-03 21:44:48 -0400 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-07-03 22:01:22 -0400 |
| commit | fa5c66a13d7c182f44c9fa52c216e4d0f455ea29 (patch) | |
| tree | 0bdf87705e6bff0ad010c7d5cb1739c2c175ef4f /go/client | |
| parent | 116bcd475d63fce80757f15112926aaad5a72747 (diff) | |
| download | muhqs-game-fa5c66a13d7c182f44c9fa52c216e4d0f455ea29.tar.gz muhqs-game-fa5c66a13d7c182f44c9fa52c216e4d0f455ea29.zip | |
support remote drafts
Diffstat (limited to 'go/client')
| -rw-r--r-- | go/client/startMenu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/client/startMenu.go b/go/client/startMenu.go index c3377a40..dea148ec 100644 --- a/go/client/startMenu.go +++ b/go/client/startMenu.go @@ -116,7 +116,7 @@ func (m *startMenu) build() { START_BUTTON_HEIGHT, "Draft", func(*ui.SimpleButton) { - m.draft = activities.NewDraft(m.Width, m.Height, playerInput.Text()) + m.draft = activities.NewLocalDraft(m.Width, m.Height, playerInput.Text()) activities.PushActivity(m.draft) })) |
