Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit b383af0

Browse files
authored
Merge pull request #18 from D-Cysteine/delete-super-buffer
Delete ThreadedSuperBuffer
2 parents 7674d9d + 8764d1e commit b383af0

File tree

11 files changed

+120
-968
lines changed

11 files changed

+120
-968
lines changed

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ forge.version=10.13.4.1614-1.7.10
33
ic2.version=2.2.817-experimental
44
gt.version=5.09.37
55
ae2.version=rv3-beta-22
6-
gtpp.version=1.7.07
6+
gtpp.version=1.7.08
77
commit.hash=aa9f04218e5298414f900b9fe61131f7ed26b8f1
88
structurelib.version=1.0.6

src/Java/gtPlusPlus/GTplusplus.java

-8
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import gtPlusPlus.core.util.reflect.ReflectionUtils;
4545
import gtPlusPlus.core.util.sys.SystemUtils;
4646
import gtPlusPlus.plugin.manager.Core_Manager;
47-
import gtPlusPlus.xmod.gregtech.api.objects.GregtechBufferThread;
4847
import gtPlusPlus.xmod.gregtech.common.Meta_GT_Proxy;
4948
import gtPlusPlus.xmod.gregtech.common.blocks.textures.TexturesGtBlock;
5049
import gtPlusPlus.xmod.gregtech.common.blocks.textures.TexturesGtTools;
@@ -251,13 +250,6 @@ public synchronized void serverStopping(
251250
final FMLServerStoppingEvent event
252251
) {
253252
Core_Manager.serverStop();
254-
if (GregtechBufferThread.mBufferThreadAllocation.size() > 0) {
255-
for (GregtechBufferThread i : GregtechBufferThread.mBufferThreadAllocation.values()) {
256-
i.destroy();
257-
}
258-
SystemUtils.invokeGC();
259-
}
260-
261253
}
262254

263255
@Override

src/Java/gtPlusPlus/xmod/gregtech/api/gui/CONTAINER_ThreadedSuperBuffer.java

-86
This file was deleted.

src/Java/gtPlusPlus/xmod/gregtech/api/gui/GUI_ThreadedSuperBuffer.java

-32
This file was deleted.

0 commit comments

Comments
 (0)