Fix helper script.

This commit is contained in:
Relintai 2024-01-27 10:22:39 +01:00
parent 260c8691da
commit 1e18869a59
1 changed files with 0 additions and 6 deletions

View File

@ -597,12 +597,6 @@ if env['a']:
if env['t']:
target = env['t']
if not os.path.isdir('./modules'):
os.mkdir('./modules')
if len(module_config.module_repositories) > 0 and not os.path.isdir(module_config.module_install_folder):
os.mkdir(module_config.module_install_folder)
if 'm' in action:
engine_branch = 'master'