aboutsummaryrefslogtreecommitdiff
path: root/hop.go
diff options
context:
space:
mode:
Diffstat (limited to 'hop.go')
-rw-r--r--hop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hop.go b/hop.go
index ad0d362..ab80df4 100644
--- a/hop.go
+++ b/hop.go
@@ -59,6 +59,6 @@ func (cc *clientConn) hop(serverName string) error {
cc.SendCmd(&mt.ToCltRmHUD{ID: hud})
}
- // Stateless packets
+ // Static parameters
return nil
}