Skip to content

Commit

Permalink
Prevent concurrent UE connection merging
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Mar 4, 2013
1 parent f268f76 commit e613788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/patches-deobfuscated.xml
Expand Up @@ -515,6 +515,7 @@
}
}"/>
<lock field="readLock">unregister,cleanUpNetworks,resetConductors</lock>
<synchronize>mergeConnection</synchronize>
</class>
<class id="universalelectricity.core.electricity.ElectricityNetwork">
<newField field="readLock" class="java.util.concurrent.locks.Lock" code="none"/>
Expand Down

0 comments on commit e613788

Please sign in to comment.