aboutsummaryrefslogtreecommitdiff
path: root/hop.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 20:33:55 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-06-08 20:33:55 +0200
commit632688cd4fb970432ad03bbbdda41636eb0cc492 (patch)
tree8ebd7df8a08a68609e6003a820742c34e4246b4d /hop.go
parent805dc0f732289e22ce701efb3114dd36ca914caa (diff)
set lighting saturation to 1 on hop
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 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