Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2cb6ef

Browse files
committed
fix(ui): Correct default lighthack level
1 parent 64d1894 commit b2cb6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/bot/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewBot(state *state.GameState, clientConn protocol.Connection, serverConn p
3535
serverConn: serverConn,
3636
stopChan: make(chan struct{}),
3737

38-
lighthackLevel: 0xFF,
38+
lighthackLevel: 0x0F,
3939
lighthackColor: 0xD7,
4040
}
4141
}

0 commit comments

Comments
 (0)