|
@@ -59,9 +59,7 @@ public class CommonClient {
|
|
|
}
|
|
|
|
|
|
private static void extractedConfig() {
|
|
|
- if (OsInfo.me().isMac()) {
|
|
|
- IoGameGlobalSetting.setDataCodec(new JsonDataCodec());
|
|
|
- }
|
|
|
+ IoGameGlobalSetting.setDataCodec(new JsonDataCodec());
|
|
|
}
|
|
|
|
|
|
private static List<InputCommandRegion> listInputCommandRegion() {
|