Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d1894 commit b2cb6efCopy full SHA for b2cb6ef
1 file changed
internal/bot/bot.go
@@ -35,7 +35,7 @@ func NewBot(state *state.GameState, clientConn protocol.Connection, serverConn p
35
serverConn: serverConn,
36
stopChan: make(chan struct{}),
37
38
- lighthackLevel: 0xFF,
+ lighthackLevel: 0x0F,
39
lighthackColor: 0xD7,
40
}
41
0 commit comments