From 5c2a0b4070fdc5814cf0c2d0f381332dda119378 Mon Sep 17 00:00:00 2001 From: Jared Ballou Date: Mon, 9 May 2016 15:37:10 -0400 Subject: [PATCH] Updated settings check to only create default config when needed --- functions/game_settings.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/game_settings.sh b/functions/game_settings.sh index 78d203a94..3e83c72e3 100644 --- a/functions/game_settings.sh +++ b/functions/game_settings.sh @@ -174,12 +174,12 @@ fn_fix_game_dependencies() { } -# Flush old setings buffer -fn_flush_game_settings - # Get the checksum of the current settings file to compare after loading gamedata settings_file_md5="$(fn_get_md5sum "${settings_file}")" +# Flush old setings buffer +fn_flush_game_settings + # Import this game's settings fn_import_game_settings "games/${selfname}/gamedata"