mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Add option to turn on Experimental Network Compatibility
the user can try to turn on this option to test compatibility, defaults to OFF
This commit is contained in:
@@ -236,10 +236,10 @@ public class SettingsPage extends TabPage<SettingsScreen> {
|
||||
"Enable Unknown Cards",
|
||||
"Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)"),
|
||||
3);
|
||||
/*lstSettings.addItem(new BooleanSetting(FPref.UI_USE_ELSA,
|
||||
"Use ELSA Serializer",
|
||||
"Use ELSA Serializer for Network (EXPERIMENTAL Option, Requires restart)"),
|
||||
3);*/
|
||||
lstSettings.addItem(new BooleanSetting(FPref.UI_NETPLAY_COMPAT,
|
||||
"Experimental Network Compatibility",
|
||||
"Forge switches to compatible network stream. (If unsure, turn OFF this option)"),
|
||||
3);
|
||||
|
||||
//Graphic Options
|
||||
lstSettings.addItem(new BooleanSetting(FPref.UI_ENABLE_ONLINE_IMAGE_FETCHER,
|
||||
|
||||
Reference in New Issue
Block a user