diff options
-rw-r--r-- | dependencies.gradle | 9 | ||||
-rw-r--r-- | src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 2bef0eb196..9f09588227 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,12 +1,11 @@ // Add your dependencies here dependencies { - - compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.41.12:dev' + compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.41.39:dev' compile 'com.github.GTNewHorizons:TecTech:5.0.21-pre:dev' - compile 'com.github.GTNewHorizons:bartworks:0.5.75:dev' - compile 'com.github.GTNewHorizons:StructureLib:1.1.6:dev' - compile 'com.github.GTNewHorizons:ThaumicTinkerer:2.6.5:dev' + compile 'com.github.GTNewHorizons:bartworks:0.5.72-pre:dev' + compile 'com.github.GTNewHorizons:StructureLib:1.1.3:dev' + compile 'com.github.GTNewHorizons:ThaumicTinkerer:2.6.4:dev' compile 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev' compileOnly 'org.joml:joml:1.10.2' diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java index 6205aea341..6e92f4b748 100644 --- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java +++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java @@ -359,7 +359,6 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_EnhancedMu // On first tick (aTick restarts from 0 upon world reload). if (not_processed_lsc && tileEntity.isServerSide()) { // Add user to wireless network. - loadGlobalEnergyInfo(tileEntity.getWorld()); strongCheckOrAddUser(tileEntity.getOwnerUuid(), tileEntity.getOwnerName()); // Get team UUID. |