mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35:37 +03:00
Look for Metamod in ../metamod-hl1 as well since that's the name of the new git repo.
This commit is contained in:
parent
63774d75f3
commit
5d9428f014
@ -50,6 +50,7 @@ class AMXXConfig(object):
|
|||||||
try_paths = [
|
try_paths = [
|
||||||
os.path.join(builder.sourcePath, '..', 'metamod'),
|
os.path.join(builder.sourcePath, '..', 'metamod'),
|
||||||
os.path.join(builder.sourcePath, '..', 'metamod-am'),
|
os.path.join(builder.sourcePath, '..', 'metamod-am'),
|
||||||
|
os.path.join(builder.sourcePath, '..', 'metamod-hl1'),
|
||||||
]
|
]
|
||||||
for try_path in try_paths:
|
for try_path in try_paths:
|
||||||
if os.path.exists(os.path.join(try_path, 'metamod')):
|
if os.path.exists(os.path.join(try_path, 'metamod')):
|
||||||
|
Loading…
Reference in New Issue
Block a user