Skip to content

Commit

Permalink
ok done
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqtoday committed May 1, 2024
1 parent 4d563ad commit d4bd4c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions level/chunk.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,8 @@ func (l *lightData) WriteTo(w io.Writer) (int64, error) {
}

func (l *lightData) ReadFrom(r io.Reader) (int64, error) {
// var TrustEdges pk.Boolean
var RevSkyLightMask, RevBlockLightMask pk.BitSet
return pk.Tuple{
// &TrustEdges, // Trust Edges
&l.SkyLightMask,
&l.BlockLightMask,
&RevSkyLightMask,
Expand Down

0 comments on commit d4bd4c9

Please sign in to comment.