aboutsummaryrefslogtreecommitdiff
path: root/hop.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2021-09-01 10:50:02 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2021-09-01 10:50:02 +0200
commit2368b5dfb1fbf8a054a6a6fbc42f0bc3e27a28cf (patch)
tree117189beccf290b9f255ab9c969ed73619a1c8fd /hop.go
parentd913616f97ca2213e0f98b135d56c9785e449ca7 (diff)
Fix #24
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
}