Update misleading SM version number

This commit is contained in:
Asher Baker
2017-09-13 10:23:32 +00:00
parent 06cc61eee1
commit 8056b5c1a1
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class SM:
self.compiler.DetectAll(AMBuild)
#Detect variables
envvars = { 'SOURCEMOD15': 'sourcemod-1.5' }
envvars = { 'SOURCEMOD': 'sourcemod-1.7' }
# Finds if a dict with `key` set to `value` is present on the dict of dicts `dictionary`
def findDictByKey(dictionary, key, value):