From dae68bfd175936c0374ebb3a15dc4333c0ac86e9 Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Sat, 1 Jan 2022 17:52:17 +0100 Subject: [PATCH] Select Game Mode screen and the new Friends Tab --- CloudStorage/DefaultRuntimeOptions.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CloudStorage/DefaultRuntimeOptions.ini diff --git a/CloudStorage/DefaultRuntimeOptions.ini b/CloudStorage/DefaultRuntimeOptions.ini new file mode 100644 index 0000000..9704258 --- /dev/null +++ b/CloudStorage/DefaultRuntimeOptions.ini @@ -0,0 +1,5 @@ +[/Script/FortniteGame.FortRuntimeOptions] + +bEnableMexiCola=true # Enable the new friends tab. + +bLoadDirectlyIntoLobby=false # Enable the Select Game Mode screen. \ No newline at end of file