Updated GUI textures to fix copy alpha screw up
This commit is contained in:
parent
47e24b8575
commit
df2ea3155a
3 changed files with 10 additions and 10 deletions
|
@ -486,14 +486,14 @@ public class ClientProxy extends CommonProxy
|
||||||
return Minecraft.getMinecraft().mcDataDir;
|
return Minecraft.getMinecraft().mcDataDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onConfigSync()
|
public void onConfigSync()
|
||||||
{
|
{
|
||||||
super.onConfigSync();
|
super.onConfigSync();
|
||||||
|
|
||||||
if(Mekanism.voiceServerEnabled)
|
if(Mekanism.voiceServerEnabled)
|
||||||
{
|
{
|
||||||
MekanismClient.voiceClient.start();
|
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 |
Loading…
Reference in a new issue