💀
This commit is contained in:
parent
eeea537715
commit
805e760c52
@ -190,7 +190,7 @@ class EnergyCableGraph : GraphNodeList<EnergyCableBlockEntity.Node, EnergyCableG
|
||||
var i = 20
|
||||
|
||||
for (index in 0 .. 16) {
|
||||
if (lastPoweredSwitchFrequency and (index shl index) != 0) {
|
||||
if (lastPoweredSwitchFrequency and (1 shl index) != 0) {
|
||||
i--
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user