diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 20:33:55 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 20:33:55 +0200 |
commit | 632688cd4fb970432ad03bbbdda41636eb0cc492 (patch) | |
tree | 8ebd7df8a08a68609e6003a820742c34e4246b4d /hop.go | |
parent | 805dc0f732289e22ce701efb3114dd36ca914caa (diff) |
set lighting saturation to 1 on hop
Diffstat (limited to 'hop.go')
-rw-r--r-- | hop.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |