diff options
Diffstat (limited to 'hop.go')
-rw-r--r-- | hop.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,6 +59,6 @@ func (cc *clientConn) hop(serverName string) error { cc.SendCmd(&mt.ToCltRmHUD{ID: hud}) } - // Stateless packets + // Static parameters return nil } |