mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-03 16:40:49 +02:00
Dont store air only information in decoded block. This can be found out pretty easy by analysing the other fields if needed.
This commit is contained in:
@ -215,7 +215,7 @@ func (r *Renderer) RenderBlock(block *Block, colors *Colors) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
if db.AirOnly {
|
||||
if db.AirOnly() {
|
||||
r.RejectedBlocks++
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user