mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-12-22 12:09:02 -06:00
Fixed color scheme setting not applying to active piece
This commit is contained in:
parent
d4360b3662
commit
d46973f12d
@ -209,7 +209,7 @@ function Ruleset:initializePiece(
|
||||
|
||||
local colours
|
||||
if table.equalvalues(
|
||||
self.colourscheme, {"I", "J", "L", "O", "S", "T", "Z"}
|
||||
table.keys(self.colourscheme), {"I", "J", "L", "O", "S", "T", "Z"}
|
||||
) then
|
||||
colours = ({self.colourscheme, ColourSchemes.Arika, ColourSchemes.TTC})[config.gamesettings.piece_colour]
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user