Copy forge files over in install.

This commit is contained in:
LexManos 2012-08-09 18:48:20 -07:00
parent a759939e13
commit 69e9c31aef
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def main():
print '=============================== Minecraft Forge Setup Start ====================================='
print 'Applying forge patches'
apply_forge_patches(os.path.join(forge_dir, 'fml'), mcp_dir, forge_dir, src_dir, False)
apply_forge_patches(os.path.join(forge_dir, 'fml'), mcp_dir, forge_dir, src_dir, True)
os.chdir(mcp_dir)
updatenames(None, True)
reset_logger()