Network Improvements

This commit is contained in:
Anthony Calosa
2020-04-13 15:42:56 +08:00
parent fdd009908d
commit d6c5d7f04d
25 changed files with 146 additions and 91 deletions

View File

@@ -33,7 +33,7 @@ public class Main extends IOSApplication.Delegate {
config.useCompass = false;
ForgePreferences prefs = FModel.getPreferences();
boolean propertyConfig = prefs != null && prefs.getPrefBoolean(ForgePreferences.FPref.UI_NETPLAY_COMPAT);
final ApplicationListener app = Forge.getApp(new IOSClipboard(), new IOSAdapter(), assetsDir, propertyConfig);
final ApplicationListener app = Forge.getApp(new IOSClipboard(), new IOSAdapter(), assetsDir, propertyConfig, false);
final IOSApplication iosApp = new IOSApplication(app, config);
return iosApp;
}