Commit 2a5f8b41 by sikang

remove language block

parent 289fcccd
...@@ -206,9 +206,9 @@ public class DeviceInfo { ...@@ -206,9 +206,9 @@ public class DeviceInfo {
} }
//地区不是印尼 true //地区不是印尼 true
if (defaultLocale != null && !defaultLocale.getCountry().equals("ID")) { // if (defaultLocale != null && !defaultLocale.getCountry().equals("ID")) {
return true; // return true;
} // }
return PluginConfig.IS_FAKE_MODE; return PluginConfig.IS_FAKE_MODE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment