aboutsummaryrefslogtreecommitdiff
path: root/server_conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_conn.go')
-rw-r--r--server_conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_conn.go b/server_conn.go
index ad64976..674a30a 100644
--- a/server_conn.go
+++ b/server_conn.go
@@ -214,7 +214,7 @@ func handleSrv(sc *serverConn) {
handStack := mt.Stack{
Item: mt.Item{
- Name: sc.name + "_hand",
+ Name: sc.name + "_hand",
},
Count: 1,
}