aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hop.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/hop.go b/hop.go
index 186020f..0c6ce26 100644
--- a/hop.go
+++ b/hop.go
@@ -136,6 +136,8 @@ func (cc *ClientConn) Hop(serverName string) error {
Players: players,
})
+ cc.SendCmd(&mt.ToCltLighting{})
+
cc.mu.Lock()
cc.srv = nil
cc.mu.Unlock()