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