1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-31 20:52:18 +01:00

Fixed typo in AMBuild script causing Dota 2 bin to not attempt to build.

This commit is contained in:
Nicholas Hastings 2013-03-04 11:07:15 -05:00
parent 0f2d7aa234
commit 6f10f32a3a

View File

@ -60,7 +60,7 @@ class MMS:
envvars['HL2SDK-SWARM'] = 'hl2sdk-swarm'
envvars['HL2SDK-BGT'] = 'hl2sdk-bgt'
envvars['HL2SDK-EYE'] = 'hl2sdk-eye'
envvars['HL2SDK-DOTA'] = 'hl2sdk-dota'
envvars['HL2SDKDOTA'] = 'hl2sdk-dota'
# Finds if a dict with `key` set to `value` is present on the dict of dicts `dictionary`
def findDictByKey(dictionary, key, value):