diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-11-13 22:32:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-13 22:32:12 +0100 |
| commit | c6faf4fb89d8aaad85720b2a412e388c75105a53 (patch) | |
| tree | 20f4923d0f02fe048b9c0e58575824f1ed5f2435 /src/main/java/gtPlusPlus/core/proxy | |
| parent | 8cbaf7d363ac4377eadddf0dc3e9c2e13fd64003 (diff) | |
| download | GT5-Unofficial-c6faf4fb89d8aaad85720b2a412e388c75105a53.tar.gz GT5-Unofficial-c6faf4fb89d8aaad85720b2a412e388c75105a53.tar.bz2 GT5-Unofficial-c6faf4fb89d8aaad85720b2a412e388c75105a53.zip | |
Remove turbine texture reflection (#439)
* Remove turbine texture reflection
* yeet
Diffstat (limited to 'src/main/java/gtPlusPlus/core/proxy')
| -rw-r--r-- | src/main/java/gtPlusPlus/core/proxy/ClientProxy.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java b/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java index fbc057f472..2c7f4a64bc 100644 --- a/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java +++ b/src/main/java/gtPlusPlus/core/proxy/ClientProxy.java @@ -239,7 +239,6 @@ public class ClientProxy extends CommonProxy implements Runnable { @Override public void onLoadComplete(FMLLoadCompleteEvent event) { - GTplusplus.tryPatchTurbineTextures(); if (CORE.ConfigSwitches.hideUniversalCells) { hideUniversalCells(); } |
