mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
parent
5a80a2d281
commit
ffcdf5e91f
@ -221,10 +221,7 @@ pub fn generateData(
|
||||
}
|
||||
}
|
||||
|
||||
const result: u16 = currentData.enabledConnections;
|
||||
if(result == currentBlock.data) return false;
|
||||
|
||||
currentBlock.data = result;
|
||||
currentBlock.data = currentData.enabledConnections;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user