From 9ac05c4c206313058cff8b122008972e21da4db4 Mon Sep 17 00:00:00 2001 From: jhangyu Date: Sun, 22 Apr 2018 15:53:12 +0800 Subject: [PATCH] Update config.sh --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index 6c4915c37..58166abe5 100644 --- a/config.sh +++ b/config.sh @@ -23,10 +23,10 @@ MODID=Camera2_Enabler # Set to true if you need to enable Magic Mount # Most mods would like it to be enabled -AUTOMOUNT=true +AUTOMOUNT=false # Set to true if you need to load system.prop -PROPFILE=false +PROPFILE=true # Set to true if you need post-fs-data script POSTFSDATA=false