Updated GUI textures to fix copy alpha screw up

This commit is contained in:
Aidan Brady 2014-01-09 18:47:38 -05:00
parent 47e24b8575
commit df2ea3155a
3 changed files with 10 additions and 10 deletions

View file

@ -486,14 +486,14 @@ public class ClientProxy extends CommonProxy
return Minecraft.getMinecraft().mcDataDir;
}
@Override
public void onConfigSync()
{
super.onConfigSync();
if(Mekanism.voiceServerEnabled)
{
MekanismClient.voiceClient.start();
}
}
@Override
public void onConfigSync()
{
super.onConfigSync();
if(Mekanism.voiceServerEnabled)
{
MekanismClient.voiceClient.start();
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB