diff --git a/mods/cubyz/rotation/log.zig b/mods/cubyz/rotation/log.zig index 9006e68f..fc298e35 100644 --- a/mods/cubyz/rotation/log.zig +++ b/mods/cubyz/rotation/log.zig @@ -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;