Enable placing logs on transparent blocks (#1660)

fixes #1579
This commit is contained in:
OneAvargeCoder193 2025-07-07 10:57:05 -04:00 committed by GitHub
parent 5a80a2d281
commit ffcdf5e91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,10 +221,7 @@ pub fn generateData(
} }
} }
const result: u16 = currentData.enabledConnections; currentBlock.data = currentData.enabledConnections;
if(result == currentBlock.data) return false;
currentBlock.data = result;
return true; return true;
} }
return false; return false;