fixed config init is not called on client side

This commit is contained in:
2016-07-25 23:00:58 +02:00
parent bb9bc335ff
commit bfb3c3902e
2 changed files with 4 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ public class ClientProxy extends CommonProxy {
@Override
public void initConfig() {
super.initConfig();
TAIGAConfiguration.clientPreInit();
}