From 8af47f2bb99a94c5fa609a878e3340d4c2b01744 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 21 Oct 2012 08:19:36 -0400 Subject: [PATCH] Fix up FML python script for forge --- fml/install/fml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fml/install/fml.py b/fml/install/fml.py index 82e0dae61..9e7cfd33b 100644 --- a/fml/install/fml.py +++ b/fml/install/fml.py @@ -386,9 +386,9 @@ def finish_setup_fml(fml_dir, mcp_dir): from runtime.updatemcp import updatemcp os.chdir(mcp_dir) - updatenames(None, True) + updatenames(None, True, False, False) reset_logger() - updatemd5(None, True) + updatemd5(None, True, False, False) reset_logger() os.chdir(fml_dir)