mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
fix one-to-one loading order problem
This commit is contained in:
parent
bb21a5f96d
commit
25fd5a5aa2
@ -110,6 +110,12 @@ public class RedstoneLinkNetworkHandler {
|
||||
break;
|
||||
}
|
||||
|
||||
// fix one-to-one loading order problem
|
||||
if(actor.isListening()){
|
||||
actor.newPosition = true;
|
||||
actor.updateReceiver(power);
|
||||
}
|
||||
|
||||
for (Iterator<LinkBehaviour> iterator = network.iterator(); iterator.hasNext();) {
|
||||
LinkBehaviour other = iterator.next();
|
||||
if (other.tileEntity.isRemoved()) {
|
||||
|
Loading…
Reference in New Issue
Block a user