aboutsummaryrefslogtreecommitdiff
path: root/hotline/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/client.go')
-rw-r--r--hotline/client.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/hotline/client.go b/hotline/client.go
index 076cdba..84126d3 100644
--- a/hotline/client.go
+++ b/hotline/client.go
@@ -21,7 +21,7 @@ import (
const (
trackerListPage = "trackerList"
- serverUIPage = "serverUI"
+ serverUIPage = "serverUI"
)
//go:embed banners/*.txt
@@ -82,6 +82,7 @@ type Client struct {
UserList []User
Logger *zap.SugaredLogger
activeTasks map[uint32]*Transaction
+ serverName string
pref *ClientPrefs