diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-24 02:45:00 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-24 02:45:00 +1000 |
commit | 6a95a11b16cfa38e7789418d93e70b1dc12b19c7 (patch) | |
tree | 804082ad6b8db511851872e4fbfd05b235f25601 /src/Java/gtPlusPlus/core | |
parent | 0ce3668bdc5e2f5dd0754525878f933178ffe023 (diff) | |
download | GT5-Unofficial-6a95a11b16cfa38e7789418d93e70b1dc12b19c7.tar.gz GT5-Unofficial-6a95a11b16cfa38e7789418d93e70b1dc12b19c7.tar.bz2 GT5-Unofficial-6a95a11b16cfa38e7789418d93e70b1dc12b19c7.zip |
$ Fixed dumb shit I did, not using proxies.
Diffstat (limited to 'src/Java/gtPlusPlus/core')
-rw-r--r-- | src/Java/gtPlusPlus/core/proxy/ClientProxy.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java index 3b3c257ffa..06401f53ba 100644 --- a/src/Java/gtPlusPlus/core/proxy/ClientProxy.java +++ b/src/Java/gtPlusPlus/core/proxy/ClientProxy.java @@ -1,5 +1,6 @@ package gtPlusPlus.core.proxy; +import gtPlusPlus.GTplusplus; import gtPlusPlus.core.common.CommonProxy; import gtPlusPlus.core.util.particles.EntityParticleFXMysterious; import net.minecraft.client.Minecraft; @@ -17,6 +18,8 @@ public class ClientProxy extends CommonProxy{ public void preInit(FMLPreInitializationEvent e) { // TODO Auto-generated method stub super.preInit(e); + //Do this weird things for textures. + GTplusplus.loadTextures(); } @Override |