Open Hurricaaane opened 10 years ago
Conditions return false in case of non initialized data sheets, causing certain logic like "is that entry in the data sheet less than 5 or equal to 0" to fail, as this was the expected behavior on non initialized data.
modules may now choose to initialize a sheet with default values
make sure all scanning data sheets set their sheets to zero by default
Conditions return false in case of non initialized data sheets, causing certain logic like "is that entry in the data sheet less than 5 or equal to 0" to fail, as this was the expected behavior on non initialized data.