Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development
This commit is contained in:
commit
a5185273ce
1 changed files with 4 additions and 1 deletions
|
@ -491,6 +491,9 @@ public class ClientProxy extends CommonProxy
|
|||
{
|
||||
super.onConfigSync();
|
||||
|
||||
if(Mekanism.voiceServerEnabled)
|
||||
{
|
||||
MekanismClient.voiceClient.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue